- Timestamp:
- 12/22/14 23:22:30 (10 years ago)
- Location:
- cpp/frams
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/version.h
r271 r280 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 #define MAIN_REL_ID "4.0 rc12"5 #define MAIN_REL_ID "4.0" -
cpp/frams/genetics/genman.h
r275 r280 19 19 { 20 20 int count; 21 string parent1, parent2, child; 21 string parent1, parent2, child; //parent2 only used in crossover, it is "" in mutation 22 22 float chg; 23 23 float fit;
Note: See TracChangeset
for help on using the changeset viewer.