Changeset 513 for cpp/frams/genetics/f9/oper_f9.cpp
- Timestamp:
- 05/23/16 13:52:53 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/oper_f9.cpp
r348 r513 26 26 } 27 27 28 int GenoOper_f9::checkValidity(const char* gene )28 int GenoOper_f9::checkValidity(const char* gene, const char *genoname) 29 29 { 30 30 if (!gene[0]) return 1; //empty is not valid … … 36 36 37 37 ///Remove all invalid letters from the genotype 38 int GenoOper_f9::validate(char *&gene )38 int GenoOper_f9::validate(char *&gene, const char *genoname) 39 39 { 40 40 SString validated; //new genotype (everything except turtle_commands_f9 is skipped)
Note: See TracChangeset
for help on using the changeset viewer.