Index: sm/trunk/src/c/Bamgx/R2.cpp
===================================================================
--- /issm/trunk/src/c/Bamgx/R2.cpp	(revision 2839)
+++ 	(revision )
@@ -1,31 +1,0 @@
-// -*- Mode : c++ -*-
-//
-// SUMMARY  :      
-// USAGE    :        
-// ORG      : 
-// AUTHOR   : Frederic Hecht
-// E-MAIL   : hecht@ann.jussieu.fr
-//
-
-/*
- 
- This file is part of Freefem++
- 
- Freefem++ is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
- 
- Freefem++  is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Lesser General Public License for more details.
- 
- You should have received a copy of the GNU Lesser General Public License
- along with Freefem++; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
-
-#include <iostream>
-using namespace std;
-#include "R2.h"
Index: /issm/trunk/src/c/Bamgx/R2.h
===================================================================
--- /issm/trunk/src/c/Bamgx/R2.h	(revision 2839)
+++ /issm/trunk/src/c/Bamgx/R2.h	(revision 2840)
@@ -1,29 +1,2 @@
-// -*- Mode : c++ -*-
-//
-// SUMMARY  :      
-// USAGE    :        
-// ORG      : 
-// AUTHOR   : Frederic Hecht
-// E-MAIL   : hecht@ann.jussieu.fr
-//
-
-/*
- 
- This file is part of Freefem++
- 
- Freefem++ is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as published by
- the Free Software Foundation; either version 2.1 of the License, or
- (at your option) any later version.
- 
- Freefem++  is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU Lesser General Public License for more details.
- 
- You should have received a copy of the GNU Lesser General Public License
- along with Freefem++; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- */
 
 namespace bamg {
@@ -86,10 +59,4 @@
 };  
 
-
-
-//template  <class R,class RR>  // transposer
-//inline P2xP2<R,RR> t(P2xP2<R,RR> m) 
-//   {return P2xP2<R,RR>(m.x.x,m.y.x,m.x.y,m.y.y);} 
-
 template  <class R,class RR>  
 inline RR Det(const P2<R,RR> x,const P2<R,RR> y) {
@@ -123,13 +90,3 @@
 inline  std::ostream& operator <<(std::ostream& f, const P2<R,RR> & c)
   { f << '[' << c.x << ',' << c.y <<']' <<std::flush ; return f; }
-
-   
-/*template  <class R,class RR>
-inline P2<R,RR> Min2(P2<R,RR> x,P2<R,RR> y) 
-   {return  P2<R,RR>(Min(x.x,y.x),Min(x.y,y.y) ;} 
-
-template  <class R,class RR>
-inline P2<R,RR> Max2(P2<R,RR> x,P2<R,RR> y) 
-   {return  P2<R,RR>(Max(x.x,y.x),Max(x.y,y.y) ;} 
-*/
 }
Index: /issm/trunk/src/c/Makefile.am
===================================================================
--- /issm/trunk/src/c/Makefile.am	(revision 2839)
+++ /issm/trunk/src/c/Makefile.am	(revision 2840)
@@ -332,5 +332,4 @@
 					./Bamgx/QuadTree.cpp \
 					./Bamgx/QuadTree.h \
-					./Bamgx/R2.cpp \
 					./Bamgx/R2.h \
 					./Bamgx/SetOfE4.cpp	\
@@ -673,5 +672,4 @@
 					./Bamgx/QuadTree.cpp \
 					./Bamgx/QuadTree.h \
-					./Bamgx/R2.cpp \
 					./Bamgx/R2.h \
 					./Bamgx/SetOfE4.cpp	\
