Ignore:
Timestamp:
01/15/10 12:26:00 (16 years ago)
Author:
Mathieu Morlighem
Message:

removed some cout(s) (TBC)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Bamgx/SetOfE4.h

    r2740 r2856  
    1 // -*- Mode : c++ -*-
    2 //
    3 // SUMMARY  :     
    4 // USAGE    :       
    5 // ORG      :
    6 // AUTHOR   : Frederic Hecht
    7 // E-MAIL   : hecht@ann.jussieu.fr
    8 //
    9 
    10 /*
    11  
    12  This file is part of Freefem++
    13  
    14  Freefem++ is free software; you can redistribute it and/or modify
    15  it under the terms of the GNU Lesser General Public License as published by
    16  the Free Software Foundation; either version 2.1 of the License, or
    17  (at your option) any later version.
    18  
    19  Freefem++  is distributed in the hope that it will be useful,
    20  but WITHOUT ANY WARRANTY; without even the implied warranty of
    21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    22  GNU Lesser General Public License for more details.
    23  
    24  You should have received a copy of the GNU Lesser General Public License
    25  along with Freefem++; if not, write to the Free Software
    26  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    27  */
    28 
    291#ifndef _SetOfEdge4_h
    302#define _SetOfEdge4_h
     
    4719public:
    4820  SetOfEdges4(Int4 ,Int4);// nb Edges mx , nb de sommet
    49   ~SetOfEdges4() {// cout << " delete SetofArete " << endl ;
     21  ~SetOfEdges4() {
    5022  delete [] tete; delete [] Edges;}
    5123   Int4 add (Int4 ii,Int4 jj);
     
    5426  Int4 find (Int4 ii,Int4 jj);
    5527  Int4 findtrie (Int4 ii,Int4 jj) {return ii <=jj ? find (ii,jj)  : find (jj,ii) ;}
    56   // inline void close();
    5728  Int4 i(Int4 k){return Edges[k].i;}
    5829  Int4 j(Int4 k){return Edges[k].j;}
Note: See TracChangeset for help on using the changeset viewer.