--- MITgcm_contrib/cg2d_bench/EEPARAMS.h 2006/05/12 21:58:05 1.1 +++ MITgcm_contrib/cg2d_bench/EEPARAMS.h 2006/05/12 22:34:02 1.3 @@ -1,3 +1,4 @@ +C $Id: EEPARAMS.h,v 1.3 2006/05/12 22:34:02 ce107 Exp $ C /==========================================================\ C | EEPARAMS.h | C |==========================================================| @@ -6,6 +7,14 @@ C | environment" support routines. | C \==========================================================/ +C-- precision to use +#ifndef USE_SINGLE_PRECISION +#define _d D +#define Real REAL*8 +#else +#define _d E +#define Real REAL*4 +#endif C-- Symbolic constants INTEGER MAX_LEN_MBUF PARAMETER ( MAX_LEN_MBUF = 1024 ) @@ -57,4 +66,3 @@ INTEGER numberOfProcs INTEGER standardMessageUnit -C $Id: EEPARAMS.h,v 1.1 2006/05/12 21:58:05 ce107 Exp $