Changeset 4650
- Timestamp:
- Aug 25, 2020 2:35:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_handle_communicator_mod.f90
r4649 r4650 25 25 ! ----------------- 26 26 ! $Id$ 27 ! bugfix for r4649 28 ! 29 ! 4649 2020-08-25 12:11:17Z raasch 27 30 ! File re-formatted to follow the PALM coding standard 28 31 ! … … 72 75 IMPLICIT NONE 73 76 74 77 ! 78 !-- ATTENTION: Do not change the order of variable declarations in the following TYPE definition, 79 !-- because the order must follow the order in which the layout data is given in the NAMELIST file. 75 80 TYPE pmc_layout 76 81 … … 78 83 79 84 INTEGER :: id !< 85 INTEGER :: parent_id !< 80 86 INTEGER :: npe_total !< 81 INTEGER :: parent_id !<82 87 83 88 REAL(wp) :: lower_left_x !<
Note: See TracChangeset
for help on using the changeset viewer.