From: ageay Date: Fri, 7 Jun 2013 14:30:12 +0000 (+0000) Subject: warning hunting X-Git-Tag: OK_070613 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eee02deda5abf4c80a242160557e6c4a15a92060;p=tools%2Fmedcoupling.git warning hunting --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index bf4e87394..eefb63634 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -8026,7 +8026,7 @@ void MEDCouplingUMesh::ComputeVecAndPtOfFace(double eps, const double *coords, c std::size_t nbPoints=std::distance(begin,end); if(nbPoints<3) throw INTERP_KERNEL::Exception("MEDCouplingUMesh::ComputeVecAndPtOfFace : < of 3 points in face ! not able to find a plane on that face !"); - double vec[3]; + double vec[3]={0.,0.,0.}; std::size_t j=0; bool refFound=false; for(;j