Changeset 12408
- Timestamp:
- 06/13/12 08:13:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Bamg/Mesh.cpp
r12365 r12408 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 }
Note:
See TracChangeset
for help on using the changeset viewer.