From: ageay Date: Fri, 23 Aug 2013 06:06:31 +0000 (+0000) Subject: Unwarningization under Win. X-Git-Tag: B4AnonymousThrow~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=267049f437c27ba62f19f12c67949729f8184e77;p=modules%2Fmed.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