PAL13473 (Build repetitive mesh):

prevent SIGSEGV in case if nodes have qual params on edge
This commit is contained in:
eap 2006-12-06 15:28:57 +00:00
parent ad2454e5fe
commit ac2a1f09d8
2 changed files with 2 additions and 2 deletions

View File

@ -667,7 +667,7 @@ void StdMeshers_Quadrangle_2D::QuadDelete (FaceQuadStruct * quad)
void StdMeshers_Quadrangle_2D::SetNormalizedGrid (SMESH_Mesh & aMesh,
const TopoDS_Shape& aShape,
FaceQuadStruct* quad) throw (SALOME_Exception)
FaceQuadStruct* & quad) throw (SALOME_Exception)
{
Unexpect aCatch(SalomeException);
// Algorithme décrit dans "Génération automatique de maillages"

View File

@ -103,7 +103,7 @@ protected:
void SetNormalizedGrid(SMESH_Mesh& aMesh,
const TopoDS_Shape& aShape,
FaceQuadStruct* quad)
FaceQuadStruct*& quad)
throw (SALOME_Exception);
/**