- Timestamp:
- 06/25/09 20:30:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/geno_f8.cpp
r11 r22 1087 1087 int counter = 0; 1088 1088 for (map<string, Production*>::iterator it = shuffledProductions.begin(); 1089 it != shuffledProductions.end() ||counter < productionCount; it++) {1089 it != shuffledProductions.end() && counter < productionCount; it++) { 1090 1090 //if selected production's name exist in the first parent 1091 1091 if (newLsystem->productions.find(it->first) != newLsystem->productions.end()) {
Note: See TracChangeset
for help on using the changeset viewer.