Salome HOME
Merge branch 'master' of ssh://git.salome-platform.org/modules/med
[tools/medcoupling.git] / src / ParaMEDMEM / LinearTimeInterpolator.hxx
index 5ae9aa15372fd7e050b90d8f21aa79f89382d5e3..76eca3fc7760844f489771892e54320a6b443bc9 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
@@ -29,6 +29,11 @@ namespace ParaMEDMEM
 {
   class DEC;
   
+  /*!
+   * Internal class, not part of the public API.
+   *
+   * Linear interpolation of a block of data between two given times.
+   */
   class LinearTimeInterpolator : public TimeInterpolator
   {
     public: