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:
parent
8520c4c330
commit
2648ea170f
2 changed files with 22 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue