Changeset 2860


Ignore:
Timestamp:
01/15/10 14:23:58 (15 years ago)
Author:
Mathieu Morlighem
Message:

code not needed

Location:
issm/trunk/src/c/Bamgx/objects
Files:
2 edited

Legend:

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

    r2856 r2860  
    419419        /*}}}1*/
    420420
    421         /*Intermediary*/
    422         /*FUNCTION ostream& operator{{{1*/
    423         ostream& operator <<(ostream& f, const  QuadTree & qt)
    424           {
    425                 f << " the quadtree "  << endl;
    426                 f << " NbQuadTreeBox = " << qt.NbQuadTreeBox
    427                   << " Nb Vertices = " <<  qt.NbVertices << endl;
    428                 f << " NbQuadTreeBoxSearch " << qt.NbQuadTreeBoxSearch 
    429                   << " NbVerticesSearch " << qt.NbVerticesSearch << endl;
    430                 f << " SizeOf QuadTree" << qt.SizeOf() << endl;
    431                 //     return  dump(f,*qt.root);
    432                 return  f;
    433           }
    434         /*}}}1*/
    435 
    436421}
  • issm/trunk/src/c/Bamgx/objects/Triangles.cpp

    r2858 r2860  
    53335333        }
    53345334        /*}}}1*/
    5335         /*FUNCTION  ostream& operator{{{1*/
    5336         ostream& operator <<(ostream& f, const  Triangle & ta) {
    5337                 if(CurrentTh)
    5338                  f << "[" << CurrentTh->Number(ta) << "::"
    5339                         <<  CurrentTh->Number(ta.ns[0]) << ","
    5340                         <<  CurrentTh->Number(ta.ns[1]) << ","
    5341                         <<  CurrentTh->Number(ta.ns[2]) << ","
    5342                         << "{" <<  CurrentTh->Number(ta.at[0]) << " " << ta.aa[0] << "} "
    5343                         << "{" <<  CurrentTh->Number(ta.at[1]) << " " << ta.aa[1] << "} "
    5344                         << "{" <<  CurrentTh->Number(ta.at[2]) << " " << ta.aa[2] << "} "
    5345                         << "]" ;
    5346                 else
    5347                  f << "["
    5348                         << ta.ns[0] << ","
    5349                         << ta.ns[1] << ","
    5350                         << ta.ns[2] << ","
    5351                         << "{" << ta.at[0] << " " << ta.aa[0] << "} "
    5352                         << "{" << ta.at[1] << " " << ta.aa[1] << "} "
    5353                         << "{" << ta.at[2] << " " << ta.aa[2] << "} "
    5354                         << "]" ;
    5355                 return f;
    5356         }
    5357         /*}}}1*/
    53585335        /*FUNCTION SwapForForcingEdge{{{1*/
    53595336        int SwapForForcingEdge(Vertex   *  & pva ,Vertex  * &   pvb ,TriangleAdjacent & tt1,Icoor2 & dets1, Icoor2 & detsa,Icoor2 & detsb, int & NbSwap) {
Note: See TracChangeset for help on using the changeset viewer.