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