Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
af812668
Commit
af812668
authored
Sep 01, 2020
by
Florian Renkin
Browse files
Fix typo
* NEWS, spot/graph/graph.hh: here.
parent
d2e7cdb3
Pipeline
#21412
failed with stages
in 525 minutes and 53 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
af812668
...
...
@@ -141,7 +141,7 @@ New in spot 2.9.1 (2020-07-15)
- simplify_acceptance() missed some patterns it should have been
able to simplify. For instance Fin(0)&(Fin(1)|Fin(2)|Fin(4))
should simplify to Fin(1)|Fin(2)|Fin(4) a
d
ter adding {1,2,4} to
should simplify to Fin(1)|Fin(2)|Fin(4) a
f
ter adding {1,2,4} to
every place where 0 occur, and then the acceptance would be
renumbered to Fin(0)|Fin(1)|Fin(2). This is now fixed.
...
...
spot/graph/graph.hh
View file @
af812668
...
...
@@ -861,7 +861,7 @@ namespace spot
return
&
ss
-
&
states_
.
front
();
}
/// Conve
a
rt a storage reference into an edge number
/// Convert a storage reference into an edge number
edge
index_of_edge
(
const
edge_storage_t
&
tt
)
const
{
SPOT_ASSERT
(
!
edges_
.
empty
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment