ESMF_Macros.inc

References to this file elsewhere.
1 #if 0
2 
3 Earth System Modeling Framework
4 Copyright 2002-2003, University Corporation for Atmospheric Research,
5 Massachusetts Institute of Technology, Geophysical Fluid Dynamics
6 Laboratory, University of Michigan, National Centers for Environmental
7 Prediction, Los Alamos National Laboratory, Argonne National Laboratory,
8 NASA Goddard Space Flight Center.
9 Licensed under the University of Illinois-NCSA license.
10 
11 Do not have C++ or F90 style comments in here because this file is processed
12 by both C++ and F90 compilers.
13 
14 These lines prevent this file from being read more than once if it
15 ends up being included multiple times.
16 #endif
17 
18 #ifndef ESMF_MACROS_INC
19 #define ESMF_MACROS_INC
20 
21 #if 0
22 
23 former file contents moved to ESMF_BaseMod
24 so user code can be compiled without requiring
25 the preprocessor.
26 
27 #endif 
28 
29 #if 0
30 i left the following macro here in case it is needed for our internal use.
31 #endif
32 
33 #define ESMF_SRCLINE __FILE__, __LINE__
34 
35 #endif