Changeset 4629 for palm/trunk/SOURCE/pmc_general_mod.f90
- Timestamp:
- Jul 29, 2020 9:37:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_general_mod.f90
r4360 r4629 21 21 ! Current revisions: 22 22 ! ------------------ 23 ! 24 ! 23 ! 24 ! 25 25 ! Former revisions: 26 26 ! ----------------- 27 27 ! $Id$ 28 ! support for MPI Fortran77 interface (mpif.h) removed 29 ! 30 ! 4360 2020-01-07 11:25:50Z suehring 28 31 ! Corrected "Former revisions" section 29 32 ! … … 50 53 USE kinds 51 54 52 #if !defined( __mpifh )53 55 USE MPI 54 #endif55 56 56 57 IMPLICIT NONE 57 58 58 #if defined( __mpifh )59 INCLUDE "mpif.h"60 #endif61 59 62 60 PRIVATE
Note: See TracChangeset
for help on using the changeset viewer.