Changeset 11 for cpp/f8-to-f1/geno_f8.cpp
- Timestamp:
- 06/22/09 22:42:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/geno_f8.cpp
r10 r11 1138 1138 for (vector<ActionStrP>::iterator actionIter = (*subprodIter).actions.begin(); 1139 1139 actionIter != (*subprodIter).actions.end(); actionIter++) { 1140 if ((*actionIter).action == NULL) { 1141 continue; 1142 } 1140 1143 SString &actionName = (*actionIter).action->name; 1141 1144 if (actionName[0] == 'n') {
Note: See TracChangeset
for help on using the changeset viewer.