rename hoa_reachable as print_hoa

As actually claimed (but not done) by
738f939ff8.

* src/twaalgos/hoa.hh, src/twaalgos/hoa.cc: Rename it.
* src/bin/common_aoutput.cc, src/bin/dstar2tgba.cc,
src/bin/ltlcross.cc, src/tests/complementation.cc,
src/tests/ltl2tgba.cc, src/tests/randtgba.cc, src/twaalgos/hoa.cc,
wrap/python/spot.py: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-10 00:10:22 +02:00
parent 2dee90b3fb
commit b229bfc224
9 changed files with 11 additions and 11 deletions

View file

@ -124,7 +124,7 @@ def _twa_to_str(a, format='hoa', opt=None):
format = format.lower()
if format == 'hoa':
ostr = ostringstream()
hoa_reachable(ostr, a, opt)
print_hoa(ostr, a, opt)
return ostr.str()
if format == 'dot':
ostr = ostringstream()