source: cpp/frams/genetics/gen-config-SDK.h @ 513

Last change on this file since 513 was 288, checked in by Maciej Komosinski, 9 years ago

GDK->SDK, gdk_test.cpp -> genomanipulation.cpp

  • Property svn:eol-style set to native
File size: 697 bytes
Line 
1// This file is a part of Framsticks SDK.  http://www.framsticks.com/
2// Copyright (C) 1999-2015  Maciej Komosinski and Szymon Ulatowski.
3// See LICENSE.txt for details.
4
5
6/**
7 gen-config.h
8
9 USE_GENCONV_xxx - configure converters
10 USE_GENMAN_xxx - configure genman operators
11
12 */
13
14#define USE_GENCONV_f10
15//#define USE_GENCONV_f21
16//#define USE_GENCONV_f30
17#define USE_GENCONV_f40
18//#define USE_GENCONV_f41_TEST
19//#define USE_GENCONV_f50
20#define USE_GENCONV_f90
21#define USE_GENCONV_fF0
22
23//#define USE_GENMAN_f0
24//#define USE_GENMAN_f1
25//#define USE_GENMAN_f2
26//#define USE_GENMAN_f3
27#define USE_GENMAN_f4
28//#define USE_GENMAN_f5
29#define USE_GENMAN_f9
30#define USE_GENMAN_fF
31#define USE_GENMAN_fT
32
Note: See TracBrowser for help on using the repository browser.