Skip to content
Snippets Groups Projects
Commit eb873fb5 authored by Stefen Guzik's avatar Stefen Guzik
Browse files

Default partition sizes

parent 9dcabb1e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment