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

@ -314,7 +314,7 @@ namespace spot
tgba_digraph_ptr res = make_tgba_digraph(a->get_dict());
// We use the same BDD variables as the input.
res->copy_ap_of(a);
res->copy_acceptance_conditions_of(a);
res->copy_acceptance_of(a);
// These maps make it possible to convert stutter_state to number
// and vice-versa.
ss2num_map ss2num;