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 2008 for branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modupdate.F – NEMO

Ignore:
Timestamp:
2010-07-13T17:44:19+02:00 (14 years ago)
Author:
smasson
Message:

replace #include by INCLUDE in AGRIF of DEV_r1879_FCM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modupdate.F

    r1988 r2008  
    629629#ifdef key_mpp_mpi 
    630630C 
    631 #include "mpif.h" 
     631      INCLUDE 'mpif.h' 
    632632C 
    633633#endif 
     
    819819#ifdef key_mpp_mpi 
    820820C 
    821 #include "mpif.h" 
     821      INCLUDE 'mpif.h' 
    822822C 
    823823#endif 
     
    10611061#ifdef key_mpp_mpi 
    10621062C 
    1063 #include "mpif.h" 
     1063      INCLUDE 'mpif.h' 
    10641064C 
    10651065#endif 
     
    17211721C 
    17221722#ifdef key_mpp_mpi 
    1723 cccccccccccccccccccccccccc#include "mpif.h" 
     1723cccccccccccccccccccccccccc      INCLUDE 'mpif.h' 
    17241724#endif 
    17251725C 
Note: See TracChangeset for help on using the changeset viewer.