Ignore:
Timestamp:
Feb 20, 2020 10:30:33 AM (4 years ago)
Author:
raasch
Message:

bugfix for misplaced/missing preprocessor directives

File:
1 edited

Legend:

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

    r4346 r4415  
    2525! -----------------
    2626! $Id$
     27! missing preprocessor directive added
     28!
     29! 4346 2019-12-18 11:55:56Z motisi
    2730! Introduction of wall_flags_total_0, which currently sets bits based on static
    2831! topography information used in wall_flags_static_0
     
    9194    USE kinds
    9295
     96#if defined( __parallel )
    9397    USE pegrid,                             &
    9498        ONLY:  collective_wait,             &
     
    100104               MPI_SUM,                     &
    101105               myid
     106#else
     107    USE pegrid,                             &
     108        ONLY:  myid
     109#endif
    102110
    103111
Note: See TracChangeset for help on using the changeset viewer.