Opened 12 years ago
Closed 12 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 )
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 , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → Done |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This ticked was re-opened.