Changeset 974 for cpp/frams/genetics/fL
- Timestamp:
- 07/06/20 23:28:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fL/fL_oper.cpp
r973 r974 9 9 10 10 #define FIELDSTRUCT Geno_fL 11 static ParamEntry GENOfLparam_tab[] =11 static ParamEntry geno_fL_paramtab[] = 12 12 { 13 13 {"Genetics: fL", 3, FL_OPCOUNT + FL_MUTGROUPSCOUNT + FL_CHG_COUNT + 2 + FL_ADD_COUNT, }, … … 45 45 Geno_fL::Geno_fL() 46 46 { 47 par.setParamTab( GENOfLparam_tab);47 par.setParamTab(geno_fL_paramtab); 48 48 par.select(this); 49 49 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.