Changeset 974 for cpp/frams/genetics/fB


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/fB/fB_oper.cpp

    r973 r974  
    1313#define FIELDSTRUCT Geno_fB
    1414
    15 static ParamEntry GENOfBparam_tab[] =
     15static ParamEntry geno_fB_paramtab[] =
    1616{
    1717        { "Genetics: fB", 3, FB_MUT_COUNT + FB_XOVER_COUNT, },
     
    3333Geno_fB::Geno_fB()
    3434{
    35         par.setParamTab(GENOfBparam_tab);
     35        par.setParamTab(geno_fB_paramtab);
    3636        par.select(this);
    3737        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.