/[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.3 by ce107, Fri May 12 22:34:02 2006 UTC
# Line 1  Line 1 
1    C $Id$
2  C     /==========================================================\  C     /==========================================================\
3  C     | EEPARAMS.h                                               |  C     | EEPARAMS.h                                               |
4  C     |==========================================================|  C     |==========================================================|
# Line 6  C     | by both the particular numerical Line 7  C     | by both the particular numerical
7  C     | environment" support routines.                           |  C     | environment" support routines.                           |
8  C     \==========================================================/  C     \==========================================================/
9    
10    C--   precision to use
11    #ifndef USE_SINGLE_PRECISION
12    #define _d D
13    #define Real REAL*8
14    #else
15    #define _d E
16    #define Real REAL*4
17    #endif
18  C--   Symbolic constants  C--   Symbolic constants
19        INTEGER MAX_LEN_MBUF        INTEGER MAX_LEN_MBUF
20        PARAMETER ( MAX_LEN_MBUF = 1024 )        PARAMETER ( MAX_LEN_MBUF = 1024 )
# Line 57  C                   is needed. Line 66  C                   is needed.
66        INTEGER numberOfProcs        INTEGER numberOfProcs
67        INTEGER standardMessageUnit        INTEGER standardMessageUnit
68    
 C $Id$  

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

  ViewVC Help
Powered by ViewVC 1.1.22