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

bugfix: cpp-directives for serial mode added

File:
1 edited

Legend:

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

    r4400 r4444  
    2525! -----------------
    2626! $Id$
     27! bugfix: cpp-directives for serial mode added
     28!
     29! 4400 2020-02-10 20:32:41Z suehring
    2730! Remove binary output for virtual measurements
    2831!
     
    6669 
    6770
     71    USE control_parameters,                                                                        &
     72        ONLY:  coupling_char, data_output_2d_on_each_pe, max_masks, message_string, openfile,      &
     73               run_description_header
     74
     75#if defined( __parallel )
    6876    USE control_parameters,                                                    &
    69         ONLY:  coupling_char, data_output_2d_on_each_pe,                       &
    70                max_masks, message_string, nz_do3d, openfile,              &
    71                run_description_header
     77        ONLY:  nz_do3d
     78#endif
    7279
    7380    USE indices,                                                               &
Note: See TracChangeset for help on using the changeset viewer.