1 |
C $Header: /u/gcmpack/MITgcm_contrib/bbl/code/BBL_OPTIONS.h,v 1.1 2010/11/18 04:00:04 dimitri Exp $ |
2 |
C $Name: $ |
3 |
|
4 |
C Temporary location until BBL graduates to a proper package |
5 |
#define ALLOW_BBL |
6 |
|
7 |
C CPP options file for BBL |
8 |
C |
9 |
C Use this file for selecting options within package "BBL" |
10 |
|
11 |
#ifndef BBL_OPTIONS_H |
12 |
#define BBL_OPTIONS_H |
13 |
#include "PACKAGES_CONFIG.h" |
14 |
#ifdef ALLOW_BBL |
15 |
|
16 |
#include "CPP_OPTIONS.h" |
17 |
|
18 |
C Place CPP define/undef flag here |
19 |
|
20 |
#endif /* ALLOW_BBL */ |
21 |
#endif /* BBL_OPTIONS_H */ |
22 |
|
23 |
CEH3 ;;; Local Variables: *** |
24 |
CEH3 ;;; mode:fortran *** |
25 |
CEH3 ;;; End: *** |