Changeset 16280


Ignore:
Timestamp:
10/01/13 11:05:32 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added comment

File:
1 edited

Legend:

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

    r16237 r16280  
    10241024                                Triangle &t=triangles[i];
    10251025                                if (t.det>0 && !(t.Hidden(0)||t.Hidden(1) || t.Hidden(2) )){
     1026                                        /*Remove triangles that have a bad aspect ratio*/
    10261027                                        //if(t.Anisotropy()<2 & t.Length()<1.e+5){
    10271028                                                index[num*3+0]=GetId(t[0])+1; //back to M indexing
     
    42194220        //Vertices
    42204221        if(verbose) _printf_("Reading vertices (" << nbv << ")\n");
    4221         for (i=0;i<nbv;i++){
     4222        for(i=0;i<nbv;i++){
    42224223                vertices[i].r.x=x[i];
    42234224                vertices[i].r.y=y[i];
Note: See TracChangeset for help on using the changeset viewer.