Changeset 974 for cpp/frams/genetics/fH


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/fH/fH_oper.cpp

    r968 r974  
    1111#define FIELDSTRUCT Geno_fH
    1212
    13 static ParamEntry GENOfHparam_tab[] =
     13static ParamEntry geno_fH_paramtab[] =
    1414{
    1515        { "Genetics: fH", 1, FH_OPCOUNT + FH_ADD_OPCOUNT, },
     
    2828Geno_fH::Geno_fH()
    2929{
    30         par.setParamTab(GENOfHparam_tab);
     30        par.setParamTab(geno_fH_paramtab);
    3131        par.select(this);
    3232        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.