mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-15 21:21:21 +05:00
Initialisation of private variable.
This commit is contained in:
parent
01df28d291
commit
af3910d143
@ -52,6 +52,8 @@ SMESH_Hypothesis::SMESH_Hypothesis(int hypId,
|
|||||||
_shapeType = 0; // to be set by algo with TopAbs_Enum
|
_shapeType = 0; // to be set by algo with TopAbs_Enum
|
||||||
_param_algo_dim = -1; // to be set by algo parameter
|
_param_algo_dim = -1; // to be set by algo parameter
|
||||||
_parameters = string();
|
_parameters = string();
|
||||||
|
_lastParameters = string();
|
||||||
|
_libName = string();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user