* src/tgba/tgbatba.cc (state_tba_proxy::hash): Use wang32_hash.

* src/tgba/tgbaproduct.cc (state_product::hash): Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2004-11-16 15:38:22 +00:00
parent dfb832cf20
commit ee5462105b
3 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,8 @@
2004-11-16 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgba/tgbatba.cc (state_tba_proxy::hash): Use wang32_hash.
* src/tgba/tgbaproduct.cc (state_product::hash): Likewise.
* src/misc/hashfunc.hh (wang32_hash): New file and function,
extracted from...
* src/evtgba/product.cc (evtgba_product_state::hash): ... here.