Salome HOME
MED33 porting
[tools/medcoupling.git] / src / ParaMEDMEM / LinearTimeInterpolator.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 8c75ba7..bf867ad
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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
 #include <map>
 #include <iostream>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   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: