diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp index a18bdd2f0ee36284c4d7885dc168cca010ec9e01..5a96974dd0d9b8293b46fe32cfa1f0d9284ca13f 100644 --- a/Geo/GModel.cpp +++ b/Geo/GModel.cpp @@ -31,6 +31,7 @@ GModel::GModel(std::string name) : _octree(0), _geo_internals(0), _occ_internals(0), _fm_internals(0), _fields(0), _currentMeshEntity(0), modelName(name), normals(0) { + partitionSize[0] = 0; partitionSize[1] = 0; list.push_back(this); #if !defined(HAVE_GMSH_EMBEDDED)