Salome HOME
Intersec bug fix: when intersecting nodes are merged, they were not properly
[tools/medcoupling.git] / src / ParaMEDMEM / DEC.hxx
old mode 100755 (executable)
new mode 100644 (file)
index 93f2dc4..09fa736
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  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 "NormalizedUnstructuredMesh.hxx"
 #include "DECOptions.hxx"
 
-namespace ParaMEDMEM
+namespace MEDCoupling
 {
   class CommInterface;
+
+  /*!
+   * DEC stands for Data Exchange Channel. See the page \ref para-dec for more on this.
+   *
+   * This class is purely abstract. See the derivations:
+   * - \ref DisjointDEC-det "DisjointDEC"
+   * - \ref NonCoincidentDEC "NonCoincidentDEC"
+   * - \ref OverlapDEC "OverlapDEC"
+   */
   class DEC : public DECOptions
   {
   public: