Ignore:
Timestamp:
Mar 5, 2020 3:59:50 PM (4 years ago)
Author:
raasch
Message:

bugfix: cpp-directives for serial mode added

File:
1 edited

Legend:

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

    r4360 r4444  
    2525! ------------------
    2626! $Id$
     27! bugfix: cpp-directives for serial mode added
     28!
     29! 4360 2020-01-07 11:25:50Z suehring
    2730! Corrected "Former revisions" section
    2831!
     
    5457!
    5558!-- Local variables
     59#if defined( __parallel )
    5660    INTEGER(iwp) ::  i            !<
    5761    INTEGER(iwp) ::  inter_color  !<
     62#endif
    5863   
    5964    INTEGER(iwp), DIMENSION(:) ::  bc_data(0:3) = 0  !<
Note: See TracChangeset for help on using the changeset viewer.