Changeset 674 for cpp/frams/genetics/f4/oper_f4.h
- Timestamp:
- 08/19/17 02:45:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/oper_f4.h
r671 r674 33 33 public: 34 34 Geno_f4(); 35 void setDefaults(); 36 35 37 int checkValidity(const char *, const char *genoname); 36 38 int validate(char *&, const char *genoname); … … 42 44 // mutation probabilities 43 45 double prob[F4_COUNT], probadd[F4_ADD_COUNT]; 46 47 SString excluded_modifiers; //not to be used in mutations 48 static const char *all_modifiers; 44 49 45 50 protected:
Note: See TracChangeset
for help on using the changeset viewer.