Changeset 974 for cpp/frams/genetics/fL


Ignore:
Timestamp:
07/06/20 23:28:57 (4 years ago)
Author:
Maciej Komosinski
Message:

Renamed all genooper paramtab variables to be consistent with the standard naming convention

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fL/fL_oper.cpp

    r973 r974  
    99
    1010#define FIELDSTRUCT Geno_fL
    11 static ParamEntry GENOfLparam_tab[] =
     11static ParamEntry geno_fL_paramtab[] =
    1212{
    1313        {"Genetics: fL", 3, FL_OPCOUNT + FL_MUTGROUPSCOUNT + FL_CHG_COUNT + 2 + FL_ADD_COUNT, },
     
    4545Geno_fL::Geno_fL()
    4646{
    47         par.setParamTab(GENOfLparam_tab);
     47        par.setParamTab(geno_fL_paramtab);
    4848        par.select(this);
    4949        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.