mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
PAL13473 (Build repetitive mesh):
prevent SIGSEGV in case if nodes have qual params on edge
This commit is contained in:
parent
ad2454e5fe
commit
ac2a1f09d8
@ -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"
|
||||
|
@ -103,7 +103,7 @@ protected:
|
||||
|
||||
void SetNormalizedGrid(SMESH_Mesh& aMesh,
|
||||
const TopoDS_Shape& aShape,
|
||||
FaceQuadStruct* quad)
|
||||
FaceQuadStruct*& quad)
|
||||
throw (SALOME_Exception);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user