Changeset 2856 for issm/trunk/src/c/Bamgx/SetOfE4.h
- Timestamp:
- 01/15/10 12:26:00 (16 years ago)
- File:
-
- 1 edited
-
issm/trunk/src/c/Bamgx/SetOfE4.h (modified) (3 diffs)
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 Hecht7 // E-MAIL : hecht@ann.jussieu.fr8 //9 10 /*11 12 This file is part of Freefem++13 14 Freefem++ is free software; you can redistribute it and/or modify15 it under the terms of the GNU Lesser General Public License as published by16 the Free Software Foundation; either version 2.1 of the License, or17 (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 of21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the22 GNU Lesser General Public License for more details.23 24 You should have received a copy of the GNU Lesser General Public License25 along with Freefem++; if not, write to the Free Software26 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA27 */28 29 1 #ifndef _SetOfEdge4_h 30 2 #define _SetOfEdge4_h … … 47 19 public: 48 20 SetOfEdges4(Int4 ,Int4);// nb Edges mx , nb de sommet 49 ~SetOfEdges4() { // cout << " delete SetofArete " << endl ;21 ~SetOfEdges4() { 50 22 delete [] tete; delete [] Edges;} 51 23 Int4 add (Int4 ii,Int4 jj); … … 54 26 Int4 find (Int4 ii,Int4 jj); 55 27 Int4 findtrie (Int4 ii,Int4 jj) {return ii <=jj ? find (ii,jj) : find (jj,ii) ;} 56 // inline void close();57 28 Int4 i(Int4 k){return Edges[k].i;} 58 29 Int4 j(Int4 k){return Edges[k].j;}
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)