Ignore:
Timestamp:
11/20/12 10:25:31 (12 years ago)
Author:
tbretz
Message:
The construction of the state description string was broken - fixed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDim.cc

    r14558 r14666  
    118118    string str;
    119119    for (auto it=fStateNames.begin(); it!=fStateNames.end(); it++)
    120         str += to_string(state)+':'+name+'='+doc+'\n';
     120        str += to_string(it->first)+':'+it->second.first+'='+it->second.second+'\n';
    121121
    122122    fDescriptionStates.Update(str);
Note: See TracChangeset for help on using the changeset viewer.