Changeset 344
- Timestamp:
- 04/04/15 20:41:07 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r319 r344 198 198 int GenMan::testValidity(Geno &g, bool &canvalidate) 199 199 { 200 const char *gg = g.getGene(); 200 SString ggs=g.getGene(); 201 const char *gg = ggs; 201 202 GenoOperators *gf = getOper_f(g.getFormat()); 202 203 int check1;
Note: See TracChangeset
for help on using the changeset viewer.