From 10d99267e3d176b3ae2c9541540de0086bcdf3f8 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 23 Aug 2013 06:06:31 +0000 Subject: [PATCH] Unwarningization under Win. --- src/MEDCoupling/MEDCouplingMemArray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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