From: ageay Date: Tue, 24 Jan 2012 13:15:56 +0000 (+0000) Subject: Warning hunting. X-Git-Tag: V6_main_FINAL~906 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7d257406fbad6822cd1ce5f9fe4a98de83944770;p=tools%2Fmedcoupling.git Warning hunting. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 1dab0f188..df59ea7e9 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -1600,7 +1600,7 @@ void DataArrayDouble::applyInv(double numerator) throw(INTERP_KERNEL::Exception) int nbOfElems=getNbOfElems(); for(int i=0;i::min()) + if(std::abs(*ptr)>std::numeric_limits::min()) { *ptr=numerator/(*ptr); }