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

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

Added 12321-12677

File size: 833 bytes
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/c/objects/Bamg/Mesh.cpp

     
    10271027                        for (i=0;i<nbt;i++){
    10281028                                Triangle &t=triangles[i];
    10291029                                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){
    10311031                                                index[num*3+0]=GetId(t[0])+1; //back to M indexing
    10321032                                                index[num*3+1]=GetId(t[1])+1; //back to M indexing
    10331033                                                index[num*3+2]=GetId(t[2])+1; //back to M indexing
    10341034                                                num=num+1;
    1035                                         }
     1035                                        //}
    10361036                                }
    10371037                        }
    10381038                }
Note: See TracBrowser for help on using the repository browser.