Changeset 974 for cpp/frams/genetics/f4


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/f4/f4_oper.cpp

    r968 r974  
    2525#define FIELDSTRUCT Geno_f4
    2626
    27 static ParamEntry GENO4param_tab[] =
     27static ParamEntry geno_f4_paramtab[] =
    2828{
    2929        { "Genetics: f4", 1, F4_COUNT + F4_ADD_COUNT + 1, },
     
    4646{
    4747        supported_format = '4';
    48         par.setParamTab(GENO4param_tab);
     48        par.setParamTab(geno_f4_paramtab);
    4949        par.select(this);
    5050        par.setDefault();
Note: See TracChangeset for help on using the changeset viewer.