New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2066 for branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90 – NEMO

Ignore:
Timestamp:
2010-08-27T14:04:19+02:00 (14 years ago)
Author:
rblod
Message:

Suppress dummy module on FCM branch since there is no more need of it for dependancy search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/NEMO/OPA_SRC/TRA/tranxt.F90

    r2007 r2066  
    3636   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
    3737   USE prtctl          ! Print control 
     38   USE obc_oce  
     39#if defined key_agrif 
    3840   USE agrif_opa_update 
    3941   USE agrif_opa_interp 
    40    USE obc_oce  
     42#endif 
    4143 
    4244   IMPLICIT NONE 
Note: See TracChangeset for help on using the changeset viewer.