/[MITgcm]/MITgcm_contrib/cg2d_bench/EEPARAMS.h
ViewVC logotype

Diff of /MITgcm_contrib/cg2d_bench/EEPARAMS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by ce107, Fri May 12 21:58:05 2006 UTC revision 1.2 by ce107, Fri May 12 22:02:27 2006 UTC
# Line 6  C     | by both the particular numerical Line 6  C     | by both the particular numerical
6  C     | environment" support routines.                           |  C     | environment" support routines.                           |
7  C     \==========================================================/  C     \==========================================================/
8    
9    C--   precision to use
10    #ifndef USE_SINGLE_PRECISION
11    #define _d D
12    #define Real REAL*8
13    #else
14    #define _d E
15    #define Real REAL*4
16    #endif
17  C--   Symbolic constants  C--   Symbolic constants
18        INTEGER MAX_LEN_MBUF        INTEGER MAX_LEN_MBUF
19        PARAMETER ( MAX_LEN_MBUF = 1024 )        PARAMETER ( MAX_LEN_MBUF = 1024 )

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22