Changeset 1215 for cpp/frams/genetics/fH
- Timestamp:
- 04/17/23 00:04:28 (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fH/fH_oper.cpp
r1167 r1215 71 71 int amount = builder.removeNeuronsWithInvalidClasses(); 72 72 // if there were any warnings, then rewrite genotype 73 if (eh.get WarningCount() > 0 || amount > 0)73 if (eh.getErrorWarningCount() > 0 || amount > 0) 74 74 { 75 75 free(geno);
Note: See TracChangeset
for help on using the changeset viewer.