mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 15:17:27 +05:00
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
This commit is contained in:
parent
454061ed04
commit
260b44e5e4
@ -36,6 +36,15 @@ SMDS_Position::SMDS_Position(int aShapeId) :myShapeId(aShapeId)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//=======================================================================
|
||||||
|
//function : destructor SMDS_Position
|
||||||
|
//purpose :
|
||||||
|
//=======================================================================
|
||||||
|
|
||||||
|
SMDS_Position::~SMDS_Position()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : SetShapeId
|
//function : SetShapeId
|
||||||
//purpose :
|
//purpose :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user