Salome HOME
Merge branch 'master' of ssh://git.salome-platform.org/modules/med
[tools/medcoupling.git] / src / ParaMEDMEM / LinearTimeInterpolator.hxx
index 0128e42b24f521f6a5ee7a6d92376d63ddf8b988..76eca3fc7760844f489771892e54320a6b443bc9 100644 (file)
@@ -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: