Skip to content
Snippets Groups Projects
Commit 83a98571 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing uninitialized bug in dynamic load balancing

parent 9d56db73
No related branches found
No related tags found
No related merge requests found
......@@ -666,6 +666,7 @@ public:
// Ghost padding extension
Ghost<dim,size_t> g_ext(0);
cell_list.Initialize(cd_sm,pbox,pad);
cell_list.set_ndec(getDecomposition().get_ndec());
updateCellListSym(cell_list);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment