source:
issm/oecreview/Archive/14312-15392/ISSM-14332-14333.diff@
15393
Last change on this file since 15393 was 15393, checked in by , 12 years ago | |
---|---|
File size: 562 bytes |
-
../trunk-jpl/src/m/mesh/ProfileProjectOntoMesh.m
52 52 % eliminate nodes that don't fall in any element 53 53 % (profile may start and/or end externally and/or cross holes in the model) 54 54 55 ind=find(node_in_element(:, 9)>0);55 ind=find(node_in_element(:,end)>0); 56 56 newx=newx(ind,:); 57 57 newy=newy(ind,:); 58 58 node_in_element=node_in_element(ind,:);
Note:
See TracBrowser
for help on using the repository browser.