Changeset 1569
- Timestamp:
- Mar 12, 2015 7:54:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/exchange_horiz.f90
r1349 r1569 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! bugfix in background communication part 23 23 ! 24 24 ! Former revisions: … … 27 27 ! 28 28 ! 1348 2014-03-27 18:01:03Z raasch 29 ! bugfix: on_devi de added to ONLY-list29 ! bugfix: on_device added to ONLY-list 30 30 ! 31 31 ! 1344 2014-03-26 17:33:09Z kanani … … 197 197 !-- In case of background communication switched on, exchange is done 198 198 !-- either along x or along y 199 IF ( send_receive == ' lr' .OR. send_receive == 'al' ) THEN199 IF ( send_receive == 'ns' .OR. send_receive == 'al' ) THEN 200 200 201 201 IF ( .NOT. sendrecv_in_background ) THEN
Note: See TracChangeset
for help on using the changeset viewer.