Changeset 780 for cpp/frams/genetics/genman.cpp
- Timestamp:
- 05/14/18 17:53:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r779 r780 59 59 #ifdef USE_GENMAN_fT 60 60 #include "fT/fTest_oper.h" 61 #endif 62 #ifdef USE_GENMAN_fB 63 #include "fB/fB_oper.h" 64 #endif 65 #ifdef USE_GENMAN_fH 66 #include "fH/fH_oper.h" 67 #endif 68 #ifdef USE_GENMAN_fL 69 #include "fL/fL_oper.h" 61 70 #endif 62 71 … … 158 167 #ifdef USE_GENMAN_fT 159 168 oper_fx_list.push_back(new GenoOper_fTest); 169 #endif 170 #ifdef USE_GENMAN_fB 171 oper_fx_list.push_back(new Geno_fB); 172 #endif 173 #ifdef USE_GENMAN_fH 174 oper_fx_list.push_back(new Geno_fH); 175 #endif 176 #ifdef USE_GENMAN_fL 177 oper_fx_list.push_back(new Geno_fL); 160 178 #endif 161 179
Note: See TracChangeset
for help on using the changeset viewer.