source: issm/oecreview/Archive/12321-12677/ISSM-12407-12408.diff

Last change on this file was 12679, checked in by Mathieu Morlighem, 13 years ago

Added 12321-12677

File size: 833 bytes
RevLine 
[12679]1Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp
2===================================================================
3--- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp (revision 12407)
4+++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp (revision 12408)
5@@ -1027,12 +1027,12 @@
6 for (i=0;i<nbt;i++){
7 Triangle &t=triangles[i];
8 if (t.det>0 && !(t.Hidden(0)||t.Hidden(1) || t.Hidden(2) )){
9- if(t.Anisotropy()<2 & t.Length()<1.e+5){
10+ //if(t.Anisotropy()<2 & t.Length()<1.e+5){
11 index[num*3+0]=GetId(t[0])+1; //back to M indexing
12 index[num*3+1]=GetId(t[1])+1; //back to M indexing
13 index[num*3+2]=GetId(t[2])+1; //back to M indexing
14 num=num+1;
15- }
16+ //}
17 }
18 }
19 }
Note: See TracBrowser for help on using the repository browser.