mc: rename ec_renault13lpar into lpar13
* spot/mc/ec.hh: Rename to ... * spot/mc/lpar13.hh: ... this. * spot/mc/Makefile.am, spot/mc/mc_instanciator.hh, tests/ltsmin/modelcheck.cc: Here
This commit is contained in:
parent
b32e451292
commit
ee01fdf209
4 changed files with 7 additions and 8 deletions
|
|
@ -25,7 +25,7 @@
|
|||
#include <utility>
|
||||
#include <spot/kripke/kripke.hh>
|
||||
#include <spot/mc/mc.hh>
|
||||
#include <spot/mc/ec.hh>
|
||||
#include <spot/mc/lpar13.hh>
|
||||
#include <spot/mc/deadlock.hh>
|
||||
#include <spot/mc/cndfs.hh>
|
||||
#include <spot/mc/bloemen.hh>
|
||||
|
|
@ -191,7 +191,7 @@ namespace spot
|
|||
kripke_ptr, State, Iterator, Hash, Equal> (sys, prop, trace);
|
||||
|
||||
case mc_algorithm::SWARMING:
|
||||
return instanciate<spot::ec_renault13lpar<State, Iterator, Hash, Equal>,
|
||||
return instanciate<spot::lpar13<State, Iterator, Hash, Equal>,
|
||||
kripke_ptr, State, Iterator, Hash, Equal> (sys, prop, trace);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue