[IGSTK-Developers] igstkStateMachine error
    Julien Jomier 
    jjomier at cs.unc.edu
       
    Sun Dec 18 13:40:00 EST 2005
    
    
  
Luis,
There is a bug in the igstkStateMachine class line 221:
TransitionsPerInputConstIterator  transitionItr =
        transitionsFromThisState->second->find( transitionItr->first );
I think it should be
TransitionsPerInputConstIterator  transitionItr =
        transitionsFromThisState->second->find( inputItr->first );
Let me know if this is correct and/or if I should put a fix into cvs,
Julien
    
    
More information about the IGSTK-Developers
mailing list