* iface/gspn/ltlgspn.cc (main): Allow invocations with

only one atomic proposition.
This commit is contained in:
Alexandre Duret-Lutz 2003-10-15 09:51:01 +00:00
parent fec0d60886
commit 22a53800d9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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> 2003-10-14 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/misc/bddalloc.cc (bdd_allocator::initialize): Augment * src/misc/bddalloc.cc (bdd_allocator::initialize): Augment

View file

@ -66,7 +66,7 @@ main(int argc, char **argv)
} }
++formula_index; ++formula_index;
} }
if (argc < formula_index + 4) if (argc < formula_index + 3)
syntax(argv[0]); syntax(argv[0]);