Salome HOME
Mem leak fix in OverlapDEC.
[tools/medcoupling.git] / src / ParaMEDMEM / ParaFIELD.cxx
index f7f30b44a3f60bd2b8ad26af6963cbb7cc8e9e47..9995ccae18aac924f6455eb6ac4bc972adf03974 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2013  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
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 namespace ParaMEDMEM
 {
   /*!
-    \defgroup parafield ParaFIELD
-    This class encapsulates parallel fields. It basically encapsulates
+    \anchor ParaFIELD-det
+    \class ParaFIELD
+
+    This class encapsulates parallel fields.
+
+    It basically encapsulates
     a MEDCouplingField with extra information related to parallel 
     topology.
+
     It is most conveniently created by giving a pointer to a MEDCouplingField
     object and a \c ProcessorGroup.
     By default, a ParaFIELD object will be constructed with all field components
     located on the same processors. In some specific cases, it might be necessary to scatter components over several processors. In this case, the constructor
     using a ComponentTopology is required.
 
-    @{ */
+    */
 
   /*!