Changeset 977 for cpp/frams/genetics
- Timestamp:
- 07/06/20 23:39:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/genman.cpp
r966 r977 20 20 #ifdef USE_GENMAN_f0 21 21 #include "f0/f0_oper.h" 22 #endif 23 #ifdef USE_GENMAN_f0s 24 #include "f0s/f0s_oper.h" 22 25 #endif 23 26 #ifdef USE_GENMAN_f0FUZZY … … 132 135 #ifdef USE_GENMAN_f0 133 136 oper_fx_list.push_back(new Geno_f0); 137 #endif 138 #ifdef USE_GENMAN_f0s 139 oper_fx_list.push_back(new Geno_f0s); 134 140 #endif 135 141 #ifdef USE_GENMAN_f0FUZZY
Note: See TracChangeset
for help on using the changeset viewer.