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/modutil.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/modutil.F

    r1988 r2008  
    6565      Logical      :: mpi_was_called 
    6666      Integer      :: code, ierr 
    67 #include "mpif.h" 
     67      INCLUDE 'mpif.h' 
    6868C 
    6969C 
     
    671671C 
    672672#ifdef key_mpp_mpi 
    673 #include "mpif.h" 
     673      INCLUDE 'mpif.h' 
    674674      Agrif_MPIPREC = MPI_DOUBLE_PRECISION 
    675675#endif 
Note: See TracChangeset for help on using the changeset viewer.