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:
parent
c3fbbaa87c
commit
a79267b8a3
8 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue