--- MITgcm/eesupp/inc/CPP_EEOPTIONS.h 1998/09/29 18:50:55 1.9 +++ MITgcm/eesupp/inc/CPP_EEOPTIONS.h 1998/10/28 03:11:33 1.10 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/CPP_EEOPTIONS.h,v 1.9 1998/09/29 18:50:55 cnh Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/inc/CPP_EEOPTIONS.h,v 1.10 1998/10/28 03:11:33 cnh Exp $ C C /==========================================================\ C | CPP_EEOPTIONS.h | @@ -85,7 +85,7 @@ C-- Define the mapping for the BEGIN_CRIT() and END_CRIT() macros. C On some systems we simply execute this section only using the C master thread i.e. its not really a critical section. We can -C do this because we don't use critical sections in any critical +C do this because we do not use critical sections in any critical C sections of our code! #define _BEGIN_CRIT(a) _BEGIN_MASTER(a) #define _END_CRIT(a) _END_MASTER(a) @@ -160,7 +160,7 @@ C-- Control XY periodicity in processor to grid mappings C Note: Model code does not need to know whether a domain is C periodic because it has overlap regions for every box. -C Model's simply assume that these values have been +C Model assume that these values have been C filled in some way. #undef ALWAYS_PREVENT_X_PERIODICITY #undef ALWAYS_PREVENT_Y_PERIODICITY @@ -168,7 +168,7 @@ #define CAN_PREVENT_Y_PERIODICITY C-- Substitue for 1.D variables -C Sun compilers don't use 8-byte precision for literals +C Sun compilers do not use 8-byte precision for literals C unless .Dnn is specified. CRAY vector machines use 16-byte C precision when they see .Dnn which runs very slowly! #ifdef REAL_D0_IS_16BYTES