mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 10:08:34 +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
|
||||
_param_algo_dim = -1; // to be set by algo parameter
|
||||
_parameters = string();
|
||||
_lastParameters = string();
|
||||
_libName = string();
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user