Ignore:
Timestamp:
Jun 8, 2017 7:55:13 AM (7 years ago)
Author:
suehring
Message:

Bugfix, add pre-preprocessor directives to enable non-parrallel mode

File:
1 edited

Legend:

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

    r2241 r2258  
    2626! -----------------
    2727! $Id$
     28! Bugfix, add pre-preprocessor directives to enable non-parrallel mode
     29!
     30! 2241 2017-06-01 13:46:13Z hellstea
    2831! A minor indexing error in pmci_init_loglaw_correction is corrected.
    2932!
     
    39543957
    39553958 SUBROUTINE pmci_set_swaplevel( swaplevel )
     3959
    39563960!
    39573961!-- After each Runge-Kutta sub-timestep, alternately set buffer one or buffer
     
    39663970    INTEGER(iwp)            ::  m           !:
    39673971
     3972#if defined( __parallel )
    39683973    DO  m = 1, SIZE( pmc_parent_for_child )-1
    39693974       child_id = pmc_parent_for_child(m)
    39703975       CALL pmc_s_set_active_data_array( child_id, swaplevel )
    39713976    ENDDO
    3972 
     3977#endif
    39733978 END SUBROUTINE pmci_set_swaplevel
    39743979
Note: See TracChangeset for help on using the changeset viewer.