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
22a53800
Commit
22a53800
authored
Oct 15, 2003
by
Alexandre Duret-Lutz
Browse files
* iface/gspn/ltlgspn.cc (main): Allow invocations with
only one atomic proposition.
parent
fec0d608
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
22a53800
2003-10-15 Alexandre Duret-Lutz <adl@src.lip6.fr>
* iface/gspn/ltlgspn.cc (main): Allow invocations with
only one atomic proposition.
2003-10-14 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/bddalloc.cc (bdd_allocator::initialize): Augment
...
...
iface/gspn/ltlgspn.cc
View file @
22a53800
...
...
@@ -66,7 +66,7 @@ main(int argc, char **argv)
}
++
formula_index
;
}
if
(
argc
<
formula_index
+
4
)
if
(
argc
<
formula_index
+
3
)
syntax
(
argv
[
0
]);
...
...
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