Regression of test case bugs/P1

Restore the lost initialization of _nbSegments
This commit is contained in:
eap 2011-02-07 15:08:52 +00:00
parent 977978e76d
commit 0953f1790f

View File

@ -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);