Salome HOME
MEDCoupling API renaming - stage #2
[tools/medcoupling.git] / src / ParaMEDMEM / TimeInterpolator.hxx
index 30df1c5e60f786d6b74d0609d4c6a60cabc68515..65aebb885f9139f67648e0ee86d49839d9bc8b03 100644 (file)
 #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: