source: issm/oecreview/Archive/14312-15392/ISSM-14332-14333.diff

Last change on this file was 15393, checked in by Mathieu Morlighem, 12 years ago

NEW: adding Archive/14312-15392 for oecreview

File size: 562 bytes
RevLine 
[15393]1Index: ../trunk-jpl/src/m/mesh/ProfileProjectOntoMesh.m
2===================================================================
3--- ../trunk-jpl/src/m/mesh/ProfileProjectOntoMesh.m (revision 14332)
4+++ ../trunk-jpl/src/m/mesh/ProfileProjectOntoMesh.m (revision 14333)
5@@ -52,7 +52,7 @@
6 % eliminate nodes that don't fall in any element
7 % (profile may start and/or end externally and/or cross holes in the model)
8
9-ind=find(node_in_element(:,9)>0);
10+ind=find(node_in_element(:,end)>0);
11 newx=newx(ind,:);
12 newy=newy(ind,:);
13 node_in_element=node_in_element(ind,:);
Note: See TracBrowser for help on using the repository browser.