Changeset 194 for cpp/frams/genetics/genman.cpp
- Timestamp:
- 03/25/14 00:15:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r168 r194 46 46 #ifdef USE_GENMAN_fF 47 47 #include "fF/oper_fF.h" 48 #endif 49 #ifdef USE_GENMAN_fT 50 #include "fT/oper_fTest.h" 48 51 #endif 49 52 … … 139 142 #ifdef USE_GENMAN_fF 140 143 oper_fx_list.push_back(new GenoOper_fF); 144 #endif 145 #ifdef USE_GENMAN_fT 146 oper_fx_list.push_back(new GenoOper_fTest); 141 147 #endif 142 148
Note: See TracChangeset
for help on using the changeset viewer.