safra: rename as determinize

* spot/twaalgos/safra.cc, spot/twaalgos/safra.hh: Rename as...
* spot/twaalgos/determinize.cc, spot/twaalgos/determinize.hh: ... these.
* spot/twaalgos/Makefile.am, tests/core/safra.cc: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-05 23:07:31 +01:00
parent cd71286fb5
commit f9252aa703
4 changed files with 8 additions and 8 deletions

View file

@ -38,6 +38,7 @@ twaalgos_HEADERS = \
copy.hh \
cycles.hh \
degen.hh \
determinize.hh \
dot.hh \
dtbasat.hh \
dtwasat.hh \
@ -66,7 +67,6 @@ twaalgos_HEADERS = \
remfin.hh \
remprop.hh \
strength.hh \
safra.hh \
sbacc.hh \
sccfilter.hh \
sccinfo.hh \
@ -94,6 +94,7 @@ libtwaalgos_la_SOURCES = \
copy.cc \
cycles.cc \
degen.cc \
determinize.cc \
dot.cc \
dtbasat.cc \
dtwasat.cc \
@ -122,7 +123,6 @@ libtwaalgos_la_SOURCES = \
remprop.cc \
relabel.cc \
strength.cc \
safra.cc \
sbacc.cc \
sccinfo.cc \
sccfilter.cc \