From: ageay Date: Wed, 18 Apr 2012 14:58:00 +0000 (+0000) Subject: Little clean-up X-Git-Tag: TRIPOLI_323~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9dc0597f04f95b37100e23293abc37d699e0747e;p=tools%2Fmedcoupling.git Little clean-up --- diff --git a/src/MEDLoader/MEDFileField.hxx b/src/MEDLoader/MEDFileField.hxx index 4dbf63552..36f0f30d8 100644 --- a/src/MEDLoader/MEDFileField.hxx +++ b/src/MEDLoader/MEDFileField.hxx @@ -128,8 +128,7 @@ namespace ParaMEDMEM MEDFileFieldPerMeshPerType *_father; int _start; int _end; - //MEDCouplingAutoRefCountObjectPtr< DataArrayDouble > _arr; - //! _nval is different than end-start in case of ON_GAUSS_PT and ON_GAUSS_NE ! (_nval=(end-start)/nbi) + //! _nval is different than end-start in case of ON_GAUSS_PT and ON_GAUSS_NE ! (_nval=(_end-_start)/nbi) int _nval; int _profile_it; std::string _profile;