From 38557033728ddc2aeb8084d043e15327aff6faaf Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 7 Jun 2013 14:30:12 +0000 Subject: [PATCH] warning hunting --- src/MEDCoupling/MEDCouplingUMesh.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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