Changeset 8 for cpp/f8-to-f1
- Timestamp:
- 05/24/09 22:53:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/f8-to-f1/geno_f8.cpp
r7 r8 1005 1005 strcpy(g, mutatedTmp); //the rest is originalg = mutated; 1006 1006 //cout << "mutate 3" << endl; 1007 return GENOPER_OK; 1007 1008 } else { 1008 1009 chg = 0.0; 1009 } 1010 1011 return GENOPER_OK; 1010 return GENOPER_OPFAIL; 1011 } 1012 1012 } 1013 1013
Note: See TracChangeset
for help on using the changeset viewer.