Changeset 780 for cpp/frams/genetics/defgenoconv.cpp
- Timestamp:
- 05/14/18 17:53:10 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.cpp
r779 r780 43 43 #include "fn/fn_conv.h" 44 44 #endif 45 #ifdef USE_GENCONV_fBH 46 #include "fB/fB_conv.h" 47 #endif 48 #ifdef USE_GENCONV_fH0 49 #include "fH/fH_conv.h" 50 #endif 51 #ifdef USE_GENCONV_fL0 52 #include "fL/fL_conv.h" 53 #endif 45 54 46 55 void DefaultGenoConvManager::addDefaultConverters() … … 82 91 addConverter(new GenoConv_fn0); 83 92 #endif 93 #ifdef USE_GENCONV_fBH 94 addConverter(new GenoConv_fBH); 95 #endif 96 #ifdef USE_GENCONV_fH0 97 addConverter(new GenoConv_fH0); 98 #endif 99 #ifdef USE_GENCONV_fL0 100 addConverter(new GenoConv_fL0); 101 #endif 84 102 85 103 param.updatetab();
Note: See TracChangeset
for help on using the changeset viewer.