Changeset 4650


Ignore:
Timestamp:
Aug 25, 2020 2:35:50 PM (4 years ago)
Author:
raasch
Message:

bugfix for r4649

File:
1 edited

Legend:

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

    r4649 r4650  
    2525! -----------------
    2626! $Id$
     27! bugfix for r4649
     28!
     29! 4649 2020-08-25 12:11:17Z raasch
    2730! File re-formatted to follow the PALM coding standard
    2831!
     
    7275    IMPLICIT NONE
    7376
    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.
    7580    TYPE pmc_layout
    7681
     
    7883
    7984       INTEGER ::  id            !<
     85       INTEGER ::  parent_id     !<
    8086       INTEGER ::  npe_total     !<
    81        INTEGER ::  parent_id     !<
    8287
    8388       REAL(wp) ::  lower_left_x  !<
Note: See TracChangeset for help on using the changeset viewer.