/[MITgcm]/MITgcm/pkg/autodiff/autodiff_check.F
ViewVC logotype

Diff of /MITgcm/pkg/autodiff/autodiff_check.F

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

revision 1.5 by heimbach, Wed May 3 23:35:38 2006 UTC revision 1.6 by heimbach, Thu Aug 16 12:32:49 2007 UTC
# Line 60  c--   to nTimeSteps: (nchklev_1*nchklev_ Line 60  c--   to nTimeSteps: (nchklev_1*nchklev_
60        endif        endif
61  #endif  #endif
62    
63    #ifndef ALLOW_AUTODIFF_MONITOR
64           IF ( adjDumpFreq .NE. 0. ) THEN
65            STOP 'adjDumpFreq <> 0, but undef ALLOW_AUTODIFF_MONITOR'
66           ENDIF
67           IF ( adjMonitorFreq .NE. 0. ) THEN
68            STOP 'adjMonitorFreq <> 0, but undef ALLOW_AUTODIFF_MONITOR'
69           ENDIF
70    #endif
71    
72  #endif  #endif
73    
74  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|  C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22