Changeset 513 for cpp/frams/genetics/f4/oper_f4.cpp
- Timestamp:
- 05/23/16 13:52:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/oper_f4.cpp
r375 r513 86 86 87 87 88 int Geno_f4::validate(char *& geno )88 int Geno_f4::validate(char *& geno, const char *genoname) 89 89 { 90 90 // convert geno to tree, then try to validate 20 times … … 100 100 101 101 102 int Geno_f4::checkValidity(const char * geno )102 int Geno_f4::checkValidity(const char * geno, const char *genoname) 103 103 { 104 104 f4_node root;
Note: See TracChangeset
for help on using the changeset viewer.