Changeset 1000 for cpp/frams/genetics/fS/fS_oper.h
- Timestamp:
- 07/13/20 13:53:25 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fS/fS_oper.h
r969 r1000 74 74 * @return true if mutation succeeded, false otherwise 75 75 */ 76 bool addPart(fS_Genotype &geno, string availableTypes = "ECR", bool mutateSize = true);76 bool addPart(fS_Genotype &geno, const vector<Part::Shape> &availablePartShapes, bool mutateSize = true); 77 77 78 78 /** … … 86 86 * @return true if mutation succeeded, false otherwise 87 87 */ 88 bool changePartType(fS_Genotype &geno, string availableTypes = "ECR");88 bool changePartType(fS_Genotype &geno, const vector<Part::Shape> &availablePartShapes); 89 89 90 90 /**
Note: See TracChangeset
for help on using the changeset viewer.