cube: rename get_ap into ap
* spot/kripke/kripke.hh, spot/ltsmin/spins_kripke.hh, spot/ltsmin/spins_kripke.hxx, spot/mc/mc_instanciator.hh, spot/mc/utils.hh, spot/twacube/twacube.cc, spot/twacube/twacube.hh, spot/twacube_algos/convert.cc, tests/core/twacube.cc, tests/ltsmin/modelcheck.cc: Here.
This commit is contained in:
parent
2d59a5c752
commit
c19163cced
10 changed files with 21 additions and 21 deletions
|
|
@ -470,7 +470,7 @@ static int checked_main()
|
|||
{
|
||||
std::vector<std::string> aps = {};
|
||||
if (propcube != nullptr)
|
||||
aps = propcube->get_ap();
|
||||
aps = propcube->ap();
|
||||
|
||||
modelcube = spot::ltsmin_model::load(mc_options.model)
|
||||
.kripkecube(aps, deadf, mc_options.compress, mc_options.nb_threads);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue