Changeset 275 for cpp/frams/genetics/genman.h
- Timestamp:
- 12/22/14 00:17:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.h
r247 r275 19 19 { 20 20 int count; 21 string g1, g2;21 string parent1, parent2, child; 22 22 float chg; 23 23 float fit; … … 55 55 private: 56 56 vector<GenoOperators*> oper_fx_list; 57 void saveLink( string prz, string pot, float&chg);57 void saveLink(const string parent1, const string parent2, const string child, const float chg); 58 58 GenoOperators* getOper_f(char format); 59 59 SString HTMLize(const char *g, bool shorten);
Note: See TracChangeset
for help on using the changeset viewer.