source: cpp/frams/genetics/gen-config-GDK.h @ 123

Last change on this file since 123 was 121, checked in by sz, 10 years ago

updated file headers and makefiles

  • Property svn:eol-style set to native
File size: 638 bytes
Line 
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
5
6/**
7 gen-config.h
8
9 USE_GENCONV_xxx - configure converters
10 USE_GENMAN_xxx - configure genman
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
22//#define USE_GENMAN_F0
23//#define USE_GENMAN_F1
24//#define USE_GENMAN_F2
25//#define USE_GENMAN_F3
26//#define USE_GENMAN_F4
27//#define USE_GENMAN_F5
Note: See TracBrowser for help on using the repository browser.