Changeset 89 for cpp/gdk/gen-config.h


Ignore:
Timestamp:
06/30/13 17:05:31 (11 years ago)
Author:
sz
Message:

all test applications are compilable again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/gen-config.h

    r82 r89  
    11// This file is a part of the Framsticks GDK library. See LICENSE.txt for details.
    22// Refer to http://www.framsticks.com/ for further information.
    3 
    43
    54/**
     
    87 USE_GENCONV_xxx - configure converters
    98 USE_GENMAN_xxx - configure genman
    10 */
    119
    12 #define BASIC_GENETICS //excludes f0-fuzzy and f8 (which is not stable for incorrect genotypes)
     10 */
    1311
    1412#define USE_GENCONV_F10
    15 #define USE_GENCONV_F20
    16 #define USE_GENCONV_F32
    17 #define USE_GENCONV_F40
     13//#define USE_GENCONV_F21
     14//#define USE_GENCONV_F30
     15//#define USE_GENCONV_F40
    1816//#define USE_GENCONV_F41_TEST
    1917//#define USE_GENCONV_F50
    20 //#define USE_GENCONV_F60
    21 #define USE_GENCONV_F70
    22 #ifndef BASIC_GENETICS
    23  #define USE_GENCONV_F81
    24 #endif
    25 #define USE_GENCONV_F90
    2618
    27 #define USE_GENMAN_F0
    28 #ifndef BASIC_GENETICS
    29  #define USE_GENMAN_F0FUZZY
    30 #endif
    31 #define USE_GENMAN_F1
    32 #define USE_GENMAN_F2
    33 #define USE_GENMAN_F3
    34 #define USE_GENMAN_F4
     19//#define USE_GENMAN_F0
     20//#define USE_GENMAN_F1
     21//#define USE_GENMAN_F2
     22//#define USE_GENMAN_F3
     23//#define USE_GENMAN_F4
    3524//#define USE_GENMAN_F5
    36 //#define USE_GENMAN_F6
    37 #define USE_GENMAN_F7
    38 #ifndef BASIC_GENETICS
    39  #define USE_GENMAN_F8
    40 #endif
    41 #define USE_GENMAN_F9
    42 
Note: See TracChangeset for help on using the changeset viewer.