Changeset 2929


Ignore:
Timestamp:
01/28/10 16:48:02 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Bamgx/objects/Triangles.cpp

    r2928 r2929  
    20312031                                        //rebuild Metric from Vp
    20322032                                        Metric MVp(Vp);
    2033                                         if(iv==2){
    2034                                                 MVp.Echo();
    2035                                         }
    20362033
    20372034                                        //Apply Metric to vertex
    2038                                         vertices[iv].m.IntersectWith(MVp);
    2039                                         if(iv==2){
    2040                                                 vertices[iv].m.Echo();
    2041                                                 throw ErrorException(__FUNCT__,exprintf(""));
    2042                                         }
     2035                                        vertices[iv].m.IntersectWith_new(MVp);
    20432036                                }
    20442037                        }//for all fields
    20452038                }//for all solutions
    2046                 for(i=0;i<5;i++){
    2047                         vertices[i].m.Echo();
    2048                 }
    20492039
    20502040                //clean up
Note: See TracChangeset for help on using the changeset viewer.