]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Little clean-up
authorageay <ageay>
Wed, 18 Apr 2012 14:58:00 +0000 (14:58 +0000)
committerageay <ageay>
Wed, 18 Apr 2012 14:58:00 +0000 (14:58 +0000)
src/MEDLoader/MEDFileField.hxx

index 4dbf635523dd99dfaaf04823577d1c2974ef0bb2..36f0f30d85edf700b931bdfe7b6593638c30a7ae 100644 (file)
@@ -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;