rename tgba_run as twa_run
Fixes #122. * src/twaalgos/word.cc, src/twaalgos/word.hh: Here. * src/bin/ltlcross.cc, src/bin/common_aoutput.hh: Adjust. * NEWS: Mention the renaming.
This commit is contained in:
parent
d14f0998e0
commit
5a7abe8582
5 changed files with 25 additions and 29 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2013, 2014 Laboratoire de Recherche et Développement de
|
||||
// l'Epita (LRDE).
|
||||
// Copyright (C) 2013, 2014, 2015 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
//
|
||||
// This file is part of Spot, a model checking library.
|
||||
//
|
||||
|
|
@ -26,9 +26,9 @@ namespace spot
|
|||
class bdd_dict;
|
||||
|
||||
/// \brief An infinite word stored as a lasso.
|
||||
struct SPOT_API tgba_word
|
||||
struct SPOT_API twa_word
|
||||
{
|
||||
tgba_word(const twa_run_ptr run);
|
||||
twa_word(const twa_run_ptr run);
|
||||
void simplify();
|
||||
std::ostream& print(std::ostream& os, const bdd_dict_ptr& d) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue