/[MITgcm]/MITgcm/model/src/packages_check.F
ViewVC logotype

Diff of /MITgcm/model/src/packages_check.F

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

revision 1.67 by jmc, Thu Sep 4 22:30:46 2014 UTC revision 1.69 by gforget, Fri Dec 25 15:19:30 2015 UTC
# Line 390  C---  Continue with standard packages (w Line 390  C---  Continue with standard packages (w
390  #endif  #endif
391    
392  #ifdef ALLOW_AUTODIFF  #ifdef ALLOW_AUTODIFF
393        CALL AUTODIFF_CHECK( myThid )        if (useAUTODIFF) CALL AUTODIFF_CHECK( myThid )
394  #endif  #endif
395    
396  #ifdef ALLOW_CTRL  #ifdef ALLOW_CTRL
397        CALL CTRL_CHECK( myThid )        IF (useCTRL) CALL CTRL_CHECK( myThid )
398  #endif  #endif
399    
400  #ifdef ALLOW_COST  #ifdef ALLOW_COST
# Line 422  C---  Continue with standard packages (w Line 422  C---  Continue with standard packages (w
422  #endif  #endif
423    
424  #ifdef ALLOW_ECCO  #ifdef ALLOW_ECCO
425        CALL ECCO_CHECK( myThid )        IF (useECCO) CALL ECCO_CHECK( myThid )
426  #endif  #endif
427    
428  #ifdef ALLOW_DIAGNOSTICS  #ifdef ALLOW_DIAGNOSTICS

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.69

  ViewVC Help
Powered by ViewVC 1.1.22