diff --git a/symrs.cc b/symrs.cc index ebf8ec3..53a261a 100644 --- a/symrs.cc +++ b/symrs.cc @@ -830,6 +830,7 @@ void SymRS::encodeTransitions(void) else { assert(tr_ca != nullptr); *monoTrans *= *tr_ca; + reorder(); } } }