Changes between Initial Version and Version 1 of Ticket #593


Ignore:
Timestamp:
06/03/13 18:13:05 (11 years ago)
Author:
arango
Comment:

This ticked was re-opened.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #593

    • Property ResolutionDone
    • Property Status newclosed
  • Ticket #593 – Description

    initial v1  
    11Couple of bugs were reported in the '''matlab/grid/contact.m''' used to compute all the contact regions and contact points data for nesting.
    22
     3This ticked was re-opened again because there were still couple of errors when setting '''mask_v'''.  We need to have:
     4
     5{{{
     6     C.mask_v   = G(rg).mask_v(IN);
     7
     8instead of
     9
     10     C.mask_v   = G(rg).mask_u(IN);
     11}}}
     12
    313Many thanks to Chris Edwards for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2961 reporting] this problem.