Changes between Initial Version and Version 1 of Ticket #547


Ignore:
Timestamp:
03/27/12 15:41:32 (12 years ago)
Author:
arango
Comment:

Yes, goo catch. Thank you.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #547

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #547 – Description

    initial v1  
    11In the conversion to the new open boundary conditions logical flags a bug was introduced in the block:
     2
     3{{{
    24
    35#if defined ESTUARY_TEST
     
    57     &    LBC(ieast,isVbar,ng)%acquire.and.                             &
    68     &    DOMAIN(ng)%Western_Edge(tile)) THEN ...
     9        ...
     10}}}
    711
    8 The test should be on LBC(iwest ...   not east.
     12The test should be on '''LBC(iwest''' ...   not '''east'''.