Changeset 748 for cpp/frams/genetics/defgenoconv.cpp
- Timestamp:
- 02/28/18 19:41:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified cpp/frams/genetics/defgenoconv.cpp ¶
r286 r748 40 40 #include "fF/conv_fF.h" 41 41 #endif 42 #ifdef USE_GENCONV_fn0 43 #include "fn/conv_fn.h" 44 #endif 42 45 43 46 void DefaultGenoConvManager::addDefaultConverters() … … 76 79 addConverter(new GenoConv_fF0); 77 80 #endif 81 #ifdef USE_GENCONV_fn0 82 addConverter(new GenoConv_fn0); 83 #endif 78 84 79 85 param.updatetab();
Note: See TracChangeset
for help on using the changeset viewer.