Changeset 974 for cpp/frams/genetics/f4
- Timestamp:
- 07/06/20 23:28:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f4/f4_oper.cpp
r968 r974 25 25 #define FIELDSTRUCT Geno_f4 26 26 27 static ParamEntry GENO4param_tab[] =27 static ParamEntry geno_f4_paramtab[] = 28 28 { 29 29 { "Genetics: f4", 1, F4_COUNT + F4_ADD_COUNT + 1, }, … … 46 46 { 47 47 supported_format = '4'; 48 par.setParamTab( GENO4param_tab);48 par.setParamTab(geno_f4_paramtab); 49 49 par.select(this); 50 50 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.