rename tgba_product as twa_product

Automatic mass renaming.

* iface/ltsmin/finite.test, src/ta/tgtaproduct.cc,
src/ta/tgtaproduct.hh, src/tgba/fwd.hh, src/tgba/tgbaproduct.cc,
src/tgba/tgbaproduct.hh, wrap/python/spot_impl.i: Rename tgba_product
as twa_product.
This commit is contained in:
Alexandre Duret-Lutz 2015-04-21 19:24:49 +02:00
parent e0bd0ad4c0
commit c856933099
7 changed files with 40 additions and 40 deletions

View file

@ -45,7 +45,7 @@ namespace spot
tgta_product::tgta_product(const const_kripke_ptr& left,
const const_tgta_ptr& right):
tgba_product(left, right)
twa_product(left, right)
{
}