Changeset 121 for cpp/frams/genetics/defgenoconv.cpp
- Timestamp:
- 02/08/14 06:00:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/defgenoconv.cpp
r109 r121 1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 1 5 #include "defgenoconv.h" 2 6 … … 4 8 5 9 #ifdef USE_GENCONV_F10 6 #include " conv/conv_f1.h"10 #include "f1/conv_f1.h" 7 11 #endif 8 12 #ifdef USE_GENCONV_F20 9 #include " conv/conv_f2.h"13 #include "f2/conv_f2.h" 10 14 #endif 11 15 #ifdef USE_GENCONV_F32 12 #include " conv/conv_f3.h"16 #include "f3/conv_f3.h" 13 17 #endif 14 18 #ifdef USE_GENCONV_F40 15 #include " conv/conv_f4.h"19 #include "f4/conv_f4.h" 16 20 #endif 17 21 #ifdef USE_GENCONV_F41_TEST 18 #include " conv/conv_f4.h"22 #include "f4/conv_f4.h" 19 23 #endif 20 24 #ifdef USE_GENCONV_F50 21 #include " conv/conv_f5.h"25 #include "f5/conv_f5.h" 22 26 #endif 23 27 #ifdef USE_GENCONV_F60 24 #include " conv/geno_f6.h"28 #include "f6/geno_f6.h" 25 29 #endif 26 30 #ifdef USE_GENCONV_F70 27 #include " conv/conv_f7.h"31 #include "f7/conv_f7.h" 28 32 #endif 29 33 #ifdef USE_GENCONV_F81 30 #include " conv/conv_f8tof1.h"34 #include "f8/conv_f8tof1.h" 31 35 #endif 32 36 #ifdef USE_GENCONV_F90 33 #include " conv/conv_f9.h"37 #include "f9/conv_f9.h" 34 38 #endif 35 39
Note: See TracChangeset
for help on using the changeset viewer.