Index: /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp =================================================================== --- /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp (revision 12407) +++ /u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp (revision 12408) @@ -1027,12 +1027,12 @@ for (i=0;i0 && !(t.Hidden(0)||t.Hidden(1) || t.Hidden(2) )){ - if(t.Anisotropy()<2 & t.Length()<1.e+5){ + //if(t.Anisotropy()<2 & t.Length()<1.e+5){ index[num*3+0]=GetId(t[0])+1; //back to M indexing index[num*3+1]=GetId(t[1])+1; //back to M indexing index[num*3+2]=GetId(t[2])+1; //back to M indexing num=num+1; - } + //} } } }