source:
issm/oecreview/Archive/12321-12677/ISSM-12407-12408.diff
Last change on this file was 12679, checked in by , 13 years ago | |
---|---|
File size: 833 bytes |
-
u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp
1027 1027 for (i=0;i<nbt;i++){ 1028 1028 Triangle &t=triangles[i]; 1029 1029 if (t.det>0 && !(t.Hidden(0)||t.Hidden(1) || t.Hidden(2) )){ 1030 if(t.Anisotropy()<2 & t.Length()<1.e+5){1030 //if(t.Anisotropy()<2 & t.Length()<1.e+5){ 1031 1031 index[num*3+0]=GetId(t[0])+1; //back to M indexing 1032 1032 index[num*3+1]=GetId(t[1])+1; //back to M indexing 1033 1033 index[num*3+2]=GetId(t[2])+1; //back to M indexing 1034 1034 num=num+1; 1035 }1035 //} 1036 1036 } 1037 1037 } 1038 1038 }
Note:
See TracBrowser
for help on using the repository browser.