rename tgba_graph_state and tgba_graph_trans_data as twa_...

Automatic mass renaming.

* src/tgba/tgbagraph.hh, src/tgbaalgos/powerset.cc: Rename
tgba_graph_state and tgba_graph_trans_data as twa_graph_state and
twa_graph_trans_data.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-21 19:41:09 +02:00
parent 8520c4c330
commit 2648ea170f
2 changed files with 22 additions and 22 deletions

View file

@ -232,7 +232,7 @@ namespace spot
{
public:
typedef dfs_stack::const_iterator cycle_iter;
typedef tgba_graph_trans_data trans;
typedef twa_graph_trans_data trans;
typedef std::set<trans*> trans_set;
typedef std::vector<trans_set> set_set;
protected: