Ignore:
Timestamp:
Apr 11, 2011 6:21:09 AM (13 years ago)
Author:
raasch
Message:

bugfixes for r707 concerning multigrid method for non-cyclic boundary conditions

File:
1 edited

Legend:

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

    r708 r722  
    55! Current revisions:
    66! -----------------
    7 !
     7! Bugfix: default value for south_border_pe changed to .F.
    88!
    99! Former revisions:
     
    12401240    LOGICAL ::  collective_wait = .FALSE., left_border_pe  = .FALSE.,  &
    12411241                north_border_pe = .FALSE., reorder = .TRUE.,           &
    1242                 right_border_pe = .FALSE., south_border_pe = .TRUE.,   &
     1242                right_border_pe = .FALSE., south_border_pe = .FALSE.,  &
    12431243                synchronous_exchange = .FALSE.
    12441244
Note: See TracChangeset for help on using the changeset viewer.