From 9dc0597f04f95b37100e23293abc37d699e0747e Mon Sep 17 00:00:00 2001 From: ageay Date: Wed, 18 Apr 2012 14:58:00 +0000 Subject: [PATCH] Little clean-up --- src/MEDLoader/MEDFileField.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2