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
55113ed1
Commit
55113ed1
authored
Aug 04, 2017
by
Alexandre Duret-Lutz
Browse files
fix error message in exception
* spot/twaalgos/alternation.cc: Here.
parent
1cf5778f
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/twaalgos/alternation.cc
View file @
55113ed1
...
...
@@ -123,7 +123,7 @@ namespace spot
else
if
(
m
!=
t
.
acc
)
{
throw
std
::
runtime_error
(
"alternation
_removal
() only work with weak "
(
"
remove_
alternation() only work
s
with weak "
"alternating automata"
);
}
// In case of a universal edge we only
...
...
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