Changeset 199 for cpp/frams/genetics/f4
- Timestamp:
- 03/29/14 00:03:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/oper_f4.cpp
r197 r199 42 42 par.setDefault(); 43 43 44 mutation_method_names = new c har*[F4_COUNT + F4_ADD_COUNT - 1];44 mutation_method_names = new const char*[F4_COUNT + F4_ADD_COUNT - 1]; 45 45 int index = 0; 46 46 mutation_method_names[index++] = "added division";
Note: See TracChangeset
for help on using the changeset viewer.