Changeset 12408


Ignore:
Timestamp:
06/13/12 08:13:46 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Bamg/Mesh.cpp

    r12365 r12408  
    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                        }
Note: See TracChangeset for help on using the changeset viewer.