X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDLoader%2FSauvMedConvertor.hxx;h=3505e486cc1f26f1fd98dcc13bea99f2687e8f30;hb=de0118467e24e50424bd949ee38e5b7a19f62f45;hp=94db491416266ec0d1820625fef2d15074e6df60;hpb=fb6ad3f990cf8c26e23ff4f6ed571d85dc738aac;p=tools%2Fmedcoupling.git diff --git a/src/MEDLoader/SauvMedConvertor.hxx b/src/MEDLoader/SauvMedConvertor.hxx index 94db49141..3505e486c 100644 --- a/src/MEDLoader/SauvMedConvertor.hxx +++ b/src/MEDLoader/SauvMedConvertor.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 @@ -28,6 +28,7 @@ #include "NormalizedUnstructuredMesh.hxx" #include "MEDCouplingRefCountObject.hxx" #include "SauvUtilities.hxx" +#include "MCType.hxx" #include #include @@ -69,7 +70,7 @@ namespace SauvUtilities struct Cell { std::vector< Node* > _nodes; - mutable bool _reverse; // to reverse orienation of a face only + mutable bool _reverse; // to reverse orientation of a face only mutable TID* _sortedNodeIDs; // for comparison mutable TID _number; @@ -169,7 +170,7 @@ namespace SauvUtilities }; // ============================================================================== /*! - * \if developper + * \if developer * Iterator on set of Cell's of given dimension * \endif */ @@ -194,7 +195,7 @@ namespace SauvUtilities // ============================================================================== /*! - * \if developper + * \if developer * Container of Node's. Prevents re-allocation at addition of Node's * \endif */ @@ -225,7 +226,7 @@ namespace SauvUtilities // ============================================================================== /*! - * \if developper + * \if developer * Intermediate structure used to store data read from the Sauve format file. * The structure provides functions that transform the stored data to the MED format *