rename copy_acceptance_conditions_of()

... into copy_acceptance_of().  For #65.

* src/tgba/tgbagraph.hh, src/tgbaalgos/dupexp.cc,
src/tgbaalgos/emptiness.cc, src/tgbaalgos/mask.cc,
src/tgbaalgos/powerset.cc, src/tgbaalgos/sbacc.cc,
src/tgbaalgos/simulation.cc, src/tgbaalgos/stutter.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-03-18 20:07:57 +01:00
parent c3fbbaa87c
commit a79267b8a3
8 changed files with 10 additions and 10 deletions

View file

@ -366,7 +366,7 @@ namespace spot
const_tgba_digraph_ptr ref, power_map& refmap,
unsigned threshold)
{
det->copy_acceptance_conditions_of(ref);
det->copy_acceptance_of(ref);
scc_info sm(det);