Changeset 974 for cpp/frams/genetics/fF
- Timestamp:
- 07/06/20 23:28:57 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fF/fF_oper.cpp
r899 r974 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 19Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 9 9 10 10 #define FIELDSTRUCT GenoOper_fF 11 static ParamEntry GENOfFparam_tab[] =11 static ParamEntry geno_fF_paramtab[] = 12 12 { 13 13 { "Genetics: fF", 1, 1, }, … … 20 20 GenoOper_fF::GenoOper_fF() 21 21 { 22 par.setParamTab( GENOfFparam_tab);22 par.setParamTab(geno_fF_paramtab); 23 23 par.select(this); 24 24 par.setDefault();
Note: See TracChangeset
for help on using the changeset viewer.