Changeset 974 for cpp/frams/genetics/fS


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/fS/fS_oper.cpp

    r969 r974  
    99
    1010#define FIELDSTRUCT GenoOper_fS
    11 static ParamEntry GENOfSparam_tab[] =
     11static ParamEntry genooper_fS_paramtab[] =
    1212                {
    1313                                {"Genetics: fS",            1, FS_OPCOUNT + 5,},
     
    3737GenoOper_fS::GenoOper_fS()
    3838{
    39         par.setParamTab(GENOfSparam_tab);
     39        par.setParamTab(genooper_fS_paramtab);
    4040        par.select(this);
    4141        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.