mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 10:20:34 +05:00
Updated for IPAL19826.
This commit is contained in:
parent
2a180e9a89
commit
a1e8ac1ffa
@ -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*,
|
||||
|
Loading…
Reference in New Issue
Block a user