X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDWrapper%2FMED_Wrapper.hxx;h=24c5e9fd06459ffbbf6058b82cd26b549637e0ce;hb=c68bd3b39ad167d2fda832c221fe52aa0cef530a;hp=e236f206cb09240db23736801c9ac29597498db0;hpb=e6d5ea2c9a6c9be9df9af59c6a0fac2700e9c4ed;p=modules%2Fsmesh.git diff --git a/src/MEDWrapper/MED_Wrapper.hxx b/src/MEDWrapper/MED_Wrapper.hxx index e236f206c..24c5e9fd0 100644 --- a/src/MEDWrapper/MED_Wrapper.hxx +++ b/src/MEDWrapper/MED_Wrapper.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -52,7 +52,7 @@ namespace MED TWrapper& operator=(const TWrapper&); public: - TWrapper(const std::string& theFileName, bool write, TInt theVersion=-1); + TWrapper(const std::string& theFileName, bool write, TInt theMajor=-1, TInt theVersion=-1); virtual ~TWrapper(); @@ -279,7 +279,7 @@ namespace MED EModeSwitch theMode = eFULL_INTERLACE, ERepere theSystem = eCART, EBooleen theIsElemNum = eVRAI, - EBooleen theIsElemNames = eVRAI); + EBooleen theIsElemNames = eFAUX); //! Create a MEDWrapper MED Nodes representation virtual @@ -521,7 +521,7 @@ namespace MED TInt theNbElem, EConnectivite theConnMode = eNOD, EBooleen theIsElemNum = eVRAI, - EBooleen theIsElemNames = eVRAI, + EBooleen theIsElemNames = eFAUX, EModeSwitch theMode = eFULL_INTERLACE); //! Create a MEDWrapper MED Cells representation @@ -939,6 +939,7 @@ namespace MED protected: PFile myFile; + TInt myMajor; TInt myMinor; };