Changeset 974 for cpp/frams/genetics/fB
- Timestamp:
- 07/06/20 23:28:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fB/fB_oper.cpp
r973 r974 13 13 #define FIELDSTRUCT Geno_fB 14 14 15 static ParamEntry GENOfBparam_tab[] =15 static ParamEntry geno_fB_paramtab[] = 16 16 { 17 17 { "Genetics: fB", 3, FB_MUT_COUNT + FB_XOVER_COUNT, }, … … 33 33 Geno_fB::Geno_fB() 34 34 { 35 par.setParamTab( GENOfBparam_tab);35 par.setParamTab(geno_fB_paramtab); 36 36 par.select(this); 37 37 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.