Ignore:
Timestamp:
Jul 29, 2020 9:37:56 AM (4 years ago)
Author:
raasch
Message:

support for MPI Fortran77 interface (mpif.h) removed

File:
1 edited

Legend:

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

    r4360 r4629  
    2121! Current revisions:
    2222! ------------------
    23 ! 
    24 ! 
     23!
     24!
    2525! Former revisions:
    2626! -----------------
    2727! $Id$
     28! support for MPI Fortran77 interface (mpif.h) removed
     29!
     30! 4360 2020-01-07 11:25:50Z suehring
    2831! Corrected "Former revisions" section
    2932!
     
    5053    USE kinds
    5154
    52 #if !defined( __mpifh )
    5355    USE MPI
    54 #endif
    5556
    5657    IMPLICIT NONE
    5758
    58 #if defined( __mpifh )
    59     INCLUDE "mpif.h"
    60 #endif
    6159
    6260    PRIVATE
Note: See TracChangeset for help on using the changeset viewer.