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