From: ageay Date: Tue, 29 Oct 2013 14:24:01 +0000 (+0000) Subject: Warning hunting X-Git-Tag: V7_3_1b1~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e8b950373b69ffb996e9ecf5878b426494a635c2;p=tools%2Fmedcoupling.git Warning hunting --- diff --git a/src/MEDLoader/MEDFileFieldOverView.cxx b/src/MEDLoader/MEDFileFieldOverView.cxx index 606d68fee..291cedaf0 100644 --- a/src/MEDLoader/MEDFileFieldOverView.cxx +++ b/src/MEDLoader/MEDFileFieldOverView.cxx @@ -400,7 +400,7 @@ MEDMeshMultiLev::MEDMeshMultiLev(int nbNodes, const std::vector=_items.size()) + if(i>=_items.size()) throw INTERP_KERNEL::Exception("MEDFileField1TSStructItem::operator[] : input is not in valid range !"); return _items[i]; } diff --git a/src/MEDLoader/MEDFileMeshLL.cxx b/src/MEDLoader/MEDFileMeshLL.cxx index d6094553a..79ea1141a 100644 --- a/src/MEDLoader/MEDFileMeshLL.cxx +++ b/src/MEDLoader/MEDFileMeshLL.cxx @@ -510,7 +510,7 @@ void MEDFileUMeshPermCompute::updateTime() const _num_time=_st->_num->getTimeOfThis(); } -MEDFileUMeshSplitL1::MEDFileUMeshSplitL1(const MEDFileUMeshSplitL1& other):_m_by_types(other._m_by_types),_fam(other._fam),_num(other._num),_names(other._names),_rev_num(other._rev_num),_m(this) +MEDFileUMeshSplitL1::MEDFileUMeshSplitL1(const MEDFileUMeshSplitL1& other):RefCountObject(other),_m_by_types(other._m_by_types),_fam(other._fam),_num(other._num),_names(other._names),_rev_num(other._rev_num),_m(this) { }