Opened 11 years ago

Closed 11 years ago

#593 closed bug (Done)

Corrected Matlab script contact.m — at Version 1

Reported by: arango Owned by: arango
Priority: major Milestone: Matlab Processing Scripts
Component: Matlab Version: 3.7
Keywords: Cc:

Description (last modified by arango)

Couple of bugs were reported in the matlab/grid/contact.m used to compute all the contact regions and contact points data for nesting.

This ticked was re-opened again because there were still couple of errors when setting mask_v. We need to have:

     C.mask_v   = G(rg).mask_v(IN);

instead of

     C.mask_v   = G(rg).mask_u(IN);

Many thanks to Chris Edwards for reporting this problem.

Change History (1)

comment:1 by arango, 11 years ago

Description: modified (diff)
Resolution: Done
Status: newclosed

This ticked was re-opened.

Note: See TracTickets for help on using tickets.