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 2363 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_mpp.F90 – NEMO

Ignore:
Timestamp:
2010-11-05T14:11:29+01:00 (13 years ago)
Author:
rblod
Message:

Fixes to compile with key_agrif and key_mpp_mpi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/OBS/obs_mpp.F90

    r2335 r2363  
    6666      !! 
    6767#if defined key_mpp_mpi 
    68       INTEGER :: ierr 
     68      INTEGER :: ierr  
     69 
    6970INCLUDE 'mpif.h' 
    7071      !!---------------------------------------------------------------------- 
     
    9899      !! 
    99100#if defined key_mpp_mpi 
    100       INTEGER :: ierr 
     101      INTEGER :: ierr  
    101102      INTEGER, DIMENSION(kno) ::   ivals 
     103 
    102104INCLUDE 'mpif.h' 
    103105      !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.