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
|
|
@ -166,9 +166,9 @@ namespace spot
|
|||
algo == mc_algorithm::SWARMING)
|
||||
{
|
||||
SPOT_ASSERT(prop != nullptr);
|
||||
SPOT_ASSERT(sys->get_ap().size() == prop->get_ap().size());
|
||||
for (unsigned int i = 0; i < sys->get_ap().size(); ++i)
|
||||
SPOT_ASSERT(sys->get_ap()[i].compare(prop->get_ap()[i]) == 0);
|
||||
SPOT_ASSERT(sys->ap().size() == prop->ap().size());
|
||||
for (unsigned int i = 0; i < sys->ap().size(); ++i)
|
||||
SPOT_ASSERT(sys->ap()[i].compare(prop->ap()[i]) == 0);
|
||||
}
|
||||
|
||||
switch (algo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue