Skip to content
GitLab
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
ab205851
Commit
ab205851
authored
Apr 10, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/graph/graph.hh: Typo in comment.
parent
a6afaf3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/graph/graph.hh
View file @
ab205851
...
...
@@ -1025,7 +1025,7 @@ namespace spot
///
/// \param newst A vector indicating how each state should be renumbered.
/// Use -1U to erase a state.
/// \param the number of states used (after renumbering)
/// \param
used_states
the number of states used (after renumbering)
void
defrag_states
(
std
::
vector
<
unsigned
>&&
newst
,
unsigned
used_states
)
{
assert
(
newst
.
size
()
==
states_
.
size
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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