0021893: EDF 2133 SMESH : Improvement of 3D extrusion algorithm

Clear StdMeshers_Quadrangle_2D::myQuadStruct before usage

+      algo->myQuadStruct.reset();
This commit is contained in:
eap 2013-01-30 11:34:32 +00:00
parent 76fc32823a
commit a4a38b2fb4

View File

@ -99,6 +99,8 @@ namespace {
algo->myProxyMesh->GetMesh() != mesh )
algo->myProxyMesh.reset( new SMESH_ProxyMesh( *mesh ));
algo->myQuadStruct.reset();
return algo;
}
};