Changeset 14668
- Timestamp:
- 11/20/12 10:30:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDimControl.cc
r14667 r14668 326 326 continue; 327 327 328 if (is->first==it->index) 329 { 330 is->second.name = it->name; 331 is->second.comment = it->comment; 328 State &s = is->second; 329 if (s.index==it->index) 330 { 331 s.name = it->name; 332 s.comment = it->comment; 332 333 } 333 334 }
Note:
See TracChangeset
for help on using the changeset viewer.