Changes between Initial Version and Version 1 of Ticket #547
- Timestamp:
- 03/27/12 15:41:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #547
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #547 – Description
initial v1 1 1 In the conversion to the new open boundary conditions logical flags a bug was introduced in the block: 2 3 {{{ 2 4 3 5 #if defined ESTUARY_TEST … … 5 7 & LBC(ieast,isVbar,ng)%acquire.and. & 6 8 & DOMAIN(ng)%Western_Edge(tile)) THEN ... 9 ... 10 }}} 7 11 8 The test should be on LBC(iwest ... not east.12 The test should be on '''LBC(iwest''' ... not '''east'''.