mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Regression of test case bugs/P1
Restore the lost initialization of _nbSegments
This commit is contained in:
parent
977978e76d
commit
0953f1790f
@ -58,7 +58,7 @@ SMESH_Gen::SMESH_Gen()
|
||||
MESSAGE("SMESH_Gen::SMESH_Gen");
|
||||
_localId = 0;
|
||||
_hypId = 0;
|
||||
_segmentation = 10;
|
||||
_segmentation = _nbSegments = 10;
|
||||
SMDS_Mesh::_meshList.clear();
|
||||
MESSAGE(SMDS_Mesh::_meshList.size());
|
||||
_counters = new counters(100);
|
||||
|
Loading…
Reference in New Issue
Block a user