Ignore:
Timestamp:
Sep 20, 2019 9:34:22 AM (5 years ago)
Author:
knoop
Message:

Bugfix: wrong placement of INCLUDE "mpif.h" fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/lagrangian_particle_model_mod.f90

    r4195 r4232  
    2525! -----------------
    2626! $Id$
     27! Removed INCLUDE "mpif.h", as it is not needed because of USE pegrid
     28!
     29! 4195 2019-08-28 13:44:27Z schwenkel
    2730! Bugfix for simple_corrector interpolation method in case of ocean runs and
    2831! output particle advection interpolation method into header
     
    168171    USE MPI
    169172#endif
    170 
    171 #if defined( __parallel )  &&  defined( __mpifh )
    172     INCLUDE "mpif.h"
    173 #endif     
    174173
    175174#if defined( __netcdf )
Note: See TracChangeset for help on using the changeset viewer.