Salome HOME
Copyright update 2021
[tools/medcoupling.git] / src / INTERP_KERNEL / TetraAffineTransform.hxx
index 303c8f9b43173457260e0428ddffdb70e980d30d..7969fdcedaa62bde9ba857ff350e222843804a73 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  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;