1 |
heimbach |
1.1 |
C /===============================================================\ |
2 |
|
|
C | NEST_PARENT_OPTIONS.h | |
3 |
|
|
C | o CPP options file for NEST_PARENT package. | |
4 |
|
|
C |===============================================================| |
5 |
|
|
C | Use this file for selecting options within the NEST_PARENT | |
6 |
|
|
C | package. NEST_PARENT is enabled with ALLOW_NEST_PARENT in | |
7 |
|
|
C | CPP_OPTIONS.h | |
8 |
|
|
C \===============================================================/ |
9 |
|
|
|
10 |
|
|
#ifndef NEST_PARENT_OPTIONS_H |
11 |
|
|
#define NEST_PARENT_OPTIONS_H |
12 |
|
|
#include "PACKAGES_CONFIG.h" |
13 |
|
|
|
14 |
|
|
#ifdef ALLOW_NEST_PARENT |
15 |
|
|
|
16 |
|
|
#include "CPP_OPTIONS.h" |
17 |
|
|
|
18 |
|
|
C o Set precision for NEST_PARENT variables (Real*4 or Real*8) |
19 |
|
|
#define _NEST_PARENT_RL Real*8 |
20 |
|
|
|
21 |
|
|
#endif /* ALLOW_NEST_PARENT */ |
22 |
|
|
#endif /* NEST_PARENT_OPTIONS_H */ |
23 |
|
|
|
24 |
|
|
CEH3 ;;; Local Variables: *** |
25 |
|
|
CEH3 ;;; mode:fortran *** |
26 |
|
|
CEH3 ;;; End: *** |