Salome HOME
Revert "Synchronize adm files"
[tools/medcoupling.git] / src / INTERP_KERNEL / TetraAffineTransform.hxx
index de1e8ee6c8312a813ce17124b7f1359413f868eb..806e477f8a49907cf592176f2dca69b1eea7fda2 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
 //
 // This library 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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -35,7 +35,7 @@ namespace INTERP_KERNEL
   {
 
   public:
-    TetraAffineTransform(const double** pts);
+    TetraAffineTransform(const double *pts);
 
     void apply(double* destPt, const double* srcPt) const;