Changeset 779 for cpp/frams/genetics/genman.cpp
- Timestamp:
- 05/11/18 23:42:04 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r768 r779 19 19 20 20 #ifdef USE_GENMAN_f0 21 #include "f0/ oper_f0.h"21 #include "f0/f0_oper.h" 22 22 #endif 23 23 #ifdef USE_GENMAN_f0FUZZY 24 #include "f0/ oper_f0Fuzzy.h"24 #include "f0/f0Fuzzy_oper.h" 25 25 #endif 26 26 #ifdef USE_GENMAN_f1 27 #include "f1/ oper_f1.h"27 #include "f1/f1_oper.h" 28 28 #endif 29 29 #ifdef USE_GENMAN_f2 30 #include "f2/ oper_f2.h"30 #include "f2/f2_oper.h" 31 31 #endif 32 32 #ifdef USE_GENMAN_f2 33 #include "f3/ oper_f3.h"33 #include "f3/f3_oper.h" 34 34 #endif 35 35 #ifdef USE_GENMAN_f4 36 #include "f4/ oper_f4.h"36 #include "f4/f4_oper.h" 37 37 #endif 38 38 #ifdef USE_GENMAN_f5 39 #include "f5/ oper_f5.h"39 #include "f5/f5_oper.h" 40 40 #endif 41 41 #ifdef USE_GENMAN_f6 42 #include "f6/ oper_f6.h"42 #include "f6/f6_oper.h" 43 43 #endif 44 44 #ifdef USE_GENMAN_f7 45 #include "f7/ oper_f7.h"45 #include "f7/f7_oper.h" 46 46 #endif 47 47 #ifdef USE_GENMAN_f8 48 #include "f8/ oper_f8.h"48 #include "f8/f8_oper.h" 49 49 #endif 50 50 #ifdef USE_GENMAN_f9 51 #include "f9/ oper_f9.h"51 #include "f9/f9_oper.h" 52 52 #endif 53 53 #ifdef USE_GENMAN_fF 54 #include "fF/ oper_fF.h"54 #include "fF/fF_oper.h" 55 55 #endif 56 56 #ifdef USE_GENMAN_fn 57 #include "fn/ oper_fn.h"57 #include "fn/fn_oper.h" 58 58 #endif 59 59 #ifdef USE_GENMAN_fT 60 #include "fT/ oper_fTest.h"60 #include "fT/fTest_oper.h" 61 61 #endif 62 62
Note: See TracChangeset
for help on using the changeset viewer.