Salome HOME
[EDF23738] : multi geometric type in a single mesh having structure elements on each...
[tools/medcoupling.git] / src / MEDLoader / MEDFileField.txx
index 0a10c74fe0442ed62d3d49b2677eb5b9e5d9c17e..27af13f7f2f921807e7a8ff2d15866ab7d4afd83 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  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
 //
 // Author : Anthony Geay (EDF R&D)
 
-#ifndef __MEDFILEFIELD_TXX__
-#define __MEDFILEFIELD_TXX__
+#pragma once
 
 #include "MEDFileField.hxx"
 #include "MEDCouplingTraits.hxx"
-#include "MEDCouplingFieldInt.hxx"
+#include "MEDCouplingFieldInt32.hxx"
+#include "MEDCouplingFieldInt64.hxx"
 #include "MEDCouplingFieldFloat.hxx"
 #include "MEDCouplingFieldDouble.hxx"
 #include "MEDCouplingFieldTemplate.hxx"
@@ -611,7 +611,7 @@ namespace MEDCoupling
    * has not been constructed via file reading, an exception is thrown.
    * For more info, see \ref AdvMEDLoaderAPIFieldRW
    *  \param [in] type - a spatial discretization of interest.
-   *  \param [in] mName - a name of the supporting mesh.
+   *  \param [in] mname - a name of the supporting mesh.
    *  \param [in] meshDimRelToMax - a relative dimension of the supporting mesh entities.
    *  \param [in] renumPol - specifies how to permute values of the result field according to
    *          the optional numbers of cells and nodes, if any. The valid values are
@@ -1179,7 +1179,6 @@ namespace MEDCoupling
    *          field of interest lies on. If the field lies on all entities of the given
    *          dimension, all ids in \a pfl are zero. The caller is to delete this array
    *          using decrRef() as it is no more needed.  
-   *  \param [in] glob - the global data storing profiles and localization.
    *  \return DataArrayDouble * - a new instance of DataArrayDouble holding values of the
    *          field. The caller is to delete this array using decrRef() as it is no more needed.
    *  \throw If there are no mesh entities of \a meshDimRelToMax dimension in \a mesh.
@@ -1397,5 +1396,3 @@ namespace MEDCoupling
     return ret.retn();
   }
 }
-
-#endif