X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingPartDefinition.hxx;h=b67902515ef0687f4b4e5d5328dd196f076ca6e1;hb=233e256eb1c8ebe08e921e8816aeb511b418348f;hp=096cb877f2c8963b3b5b011e6d2f048c5570aecc;hpb=1e36a6710aab710674e20fbd89f6a9a8f238c023;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingPartDefinition.hxx b/src/MEDCoupling/MEDCouplingPartDefinition.hxx index 096cb877f..b67902515 100644 --- a/src/MEDCoupling/MEDCouplingPartDefinition.hxx +++ b/src/MEDCoupling/MEDCouplingPartDefinition.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 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 @@ -74,7 +74,7 @@ namespace MEDCoupling DataArrayPartDefinition *add2(const SlicePartDefinition *other) const; virtual ~DataArrayPartDefinition(); private: - MCAuto _arr; + MCAuto _arr; }; class SlicePartDefinition : public PartDefinition @@ -103,9 +103,9 @@ namespace MEDCoupling PartDefinition *add2(const SlicePartDefinition *other) const; virtual ~SlicePartDefinition(); private: - int _start; - int _stop; - int _step; + mcIdType _start; + mcIdType _stop; + mcIdType _step; }; }