From: eap Date: Mon, 20 Dec 2010 18:08:10 +0000 (+0000) Subject: 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa1f101a6aa6c00d688abb7862c79653632aa03c;p=modules%2Fsmesh.git 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers fix constructor StdMeshers_ProxyMesh(vector& components) --- diff --git a/src/StdMeshers/StdMeshers_ProxyMesh.cxx b/src/StdMeshers/StdMeshers_ProxyMesh.cxx index 2d0759e24..9d37b2364 100644 --- a/src/StdMeshers/StdMeshers_ProxyMesh.cxx +++ b/src/StdMeshers/StdMeshers_ProxyMesh.cxx @@ -44,7 +44,8 @@ StdMeshers_ProxyMesh::StdMeshers_ProxyMesh():_mesh(0) */ //================================================================================ -StdMeshers_ProxyMesh::StdMeshers_ProxyMesh(vector& components) +StdMeshers_ProxyMesh::StdMeshers_ProxyMesh(vector& components): + _mesh(0) { if ( components.empty() ) return;