Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
83a98571
Commit
83a98571
authored
Feb 22, 2017
by
incardon
Browse files
Fixing uninitialized bug in dynamic load balancing
parent
9d56db73
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/vector_dist.hpp
View file @
83a98571
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment