Salome HOME
Merge branch 'occ/24009'
[tools/medcoupling.git] / src / ParaMEDMEM / TimeInterpolator.hxx
index 30df1c5e60f786d6b74d0609d4c6a60cabc68515..ee88977df9275d6862135618d974c1234b58237c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2015  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
 #include <map>
 #include <iostream>
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
+
+  /*!
+   * Internal class, not part of the public API.
+   *
+   * Abstract class for all time-related interpolation in a parallel context.
+   */
   class TimeInterpolator
   {
   public: