/[MITgcm]/MITgcm/eesupp/src/tim.c
ViewVC logotype

Diff of /MITgcm/eesupp/src/tim.c

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

revision 1.3 by cnh, Wed Oct 28 03:11:35 1998 UTC revision 1.4 by adcroft, Tue May 18 17:38:32 1999 UTC
# Line 1  Line 1 
1    #ifdef TARGET_LINUX
2    #undef  FORTRAN_MANGLE_TRAILING_UNDERSCORE
3    #else
4  #define FORTRAN_MANGLE_TRAILING_UNDERSCORE  #define FORTRAN_MANGLE_TRAILING_UNDERSCORE
5    #endif
6  #define TIM_USES_GETTIMEOFDAY  #define TIM_USES_GETTIMEOFDAY
7    
 #define procedure_cloc cloc  
8  #ifdef FORTRAN_MANGLE_TRAILING_UNDERSCORE  #ifdef FORTRAN_MANGLE_TRAILING_UNDERSCORE
9  #define procedure_cloc cloc_  #define procedure_cloc cloc_
10    #else
11    #define procedure_cloc cloc
12  #endif  #endif
13  #ifdef TIM_USES_OSF_GETCLOCK  #ifdef TIM_USES_OSF_GETCLOCK
14  #include <stdio.h>  #include <stdio.h>

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

  ViewVC Help
Powered by ViewVC 1.1.22