Updated for IPAL19826.

This commit is contained in:
skl 2008-05-27 06:13:26 +00:00
parent 2a180e9a89
commit a1e8ac1ffa

View File

@ -810,6 +810,9 @@ bool StdMeshers_QuadToTriaAdaptor::Compute2ndPart(SMESH_Mesh& aMesh)
// check intersections between created pyramids
int NbPyram = myMapFPyram.size();
//cout<<"NbPyram = "<<NbPyram<<endl;
if(NbPyram==0)
return true;
std::vector< const SMDS_MeshElement* > Pyrams(NbPyram);
std::vector< const SMDS_MeshElement* > Faces(NbPyram);
std::map< const SMDS_MeshElement*,