Changes between Initial Version and Version 1 of Ticket #593
- Timestamp:
- 06/03/13 18:13:05 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #593
- Property Resolution → Done
- Property Status new → closed
-
Ticket #593 – Description
initial v1 1 1 Couple of bugs were reported in the '''matlab/grid/contact.m''' used to compute all the contact regions and contact points data for nesting. 2 2 3 This 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 8 instead of 9 10 C.mask_v = G(rg).mask_u(IN); 11 }}} 12 3 13 Many thanks to Chris Edwards for [https://www.myroms.org/forum/viewtopic.php?f=19&t=2961 reporting] this problem.