Salome HOME
fix conflict
[modules/med.git] / medtool / src / ParaMEDMEM / InterpolationMatrix.hxx
index 97fc2a3009f63e9b250fdf4623bf1b64db67a279..b60c9ee54b2e8408a89108b4bc31e10f3aa7a366 100644 (file)
@@ -29,9 +29,11 @@ namespace ParaMEDMEM
 {
   class ElementLocator;
 
-  /**! class InterpolationMatrix
+  /*!
+   Internal class, not part of the public API.
+
    This class enables the storage of an interpolation matrix Wij mapping
-   source field Sj to target field Ti via Ti=Vi^(-1).Wij.Sj.
+   a source field Sj to a target field Ti via Ti=Vi^(-1).Wij.Sj.
    The matrix is built and stored on the processors belonging to the source
    group.
    */