Salome HOME
Enhance doc on parallelism.
[tools/medcoupling.git] / src / ParaMEDMEM / OverlapMapping.hxx
index f5ef3ce90b75961cc8d60fdcb04bac09b0180009..cfb06b1bbb62e8cd4784a5968445876633d5ba30 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2015  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
@@ -32,6 +32,13 @@ namespace ParaMEDMEM
   class DataArrayInt;
   class MEDCouplingFieldDouble;
 
+  /*
+   * Internal class, not part of the public API.
+   *
+   * Used by the impl of OverlapInterpolationMatrix, plays an equivalent role than what the NxM_Mapping
+   * does for the InterpolationMatrix.
+   *
+   */
   class OverlapMapping
   {
   public: