From: ageay Date: Fri, 23 Aug 2013 06:06:31 +0000 (+0000) Subject: Unwarningization under Win. X-Git-Tag: V7_3_1b1~173 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10d99267e3d176b3ae2c9541540de0086bcdf3f8;p=tools%2Fmedcoupling.git Unwarningization under Win. --- diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index fbbd66c75..214bf204b 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -9063,7 +9063,7 @@ void DataArrayInt::applyPow(int val) throw(INTERP_KERNEL::Exception) std::size_t nbOfElems=getNbOfElems(); if(val==0) { - std::fill(ptr,ptr+nbOfElems,1.); + std::fill(ptr,ptr+nbOfElems,1); return ; } for(std::size_t i=0;i