Changeset 779 for cpp/frams/genetics/defgenoconv.cpp
- Timestamp:
- 05/11/18 23:42:04 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.cpp
r748 r779 8 8 9 9 #ifdef USE_GENCONV_f10 10 #include "f1/ conv_f1.h"10 #include "f1/f1_conv.h" 11 11 #endif 12 12 #ifdef USE_GENCONV_f20 13 #include "f2/ conv_f2.h"13 #include "f2/f2_conv.h" 14 14 #endif 15 15 #ifdef USE_GENCONV_f32 16 #include "f3/ conv_f3.h"16 #include "f3/f3_conv.h" 17 17 #endif 18 18 #ifdef USE_GENCONV_f40 19 #include "f4/ conv_f4.h"19 #include "f4/f4_conv.h" 20 20 #endif 21 21 #ifdef USE_GENCONV_f41_TEST 22 #include "f4/ conv_f4.h"22 #include "f4/f4_conv.h" 23 23 #endif 24 24 #ifdef USE_GENCONV_f50 25 #include "f5/ conv_f5.h"25 #include "f5/f5_conv.h" 26 26 #endif 27 27 #ifdef USE_GENCONV_f60 28 #include "f6/ geno_f6.h"28 #include "f6/f6_geno.h" 29 29 #endif 30 30 #ifdef USE_GENCONV_f70 31 #include "f7/ conv_f7.h"31 #include "f7/f7_conv.h" 32 32 #endif 33 33 #ifdef USE_GENCONV_f81 34 #include "f8/ conv_f8tof1.h"34 #include "f8/f8_convtof1.h" 35 35 #endif 36 36 #ifdef USE_GENCONV_f90 37 #include "f9/ conv_f9.h"37 #include "f9/f9_conv.h" 38 38 #endif 39 39 #ifdef USE_GENCONV_fF0 40 #include "fF/ conv_fF.h"40 #include "fF/fF_conv.h" 41 41 #endif 42 42 #ifdef USE_GENCONV_fn0 43 #include "fn/ conv_fn.h"43 #include "fn/fn_conv.h" 44 44 #endif 45 45
Note: See TracChangeset
for help on using the changeset viewer.