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
21d65d00
Commit
21d65d00
authored
Mar 12, 2018
by
incardon
Browse files
Latest modules
parent
65f4fce3
Changes
3
Hide whitespace changes
Inline
Side-by-side
openfpm_data
@
8ba96371
Subproject commit
c3a4a0816a9e5307f890380688cf8c881926217e
Subproject commit
8ba96371b94d5101c412ca01a2baf0a9d49811af
openfpm_io
@
701d310e
Subproject commit
89411e76fbed1ab098d2bfec13e7759aca51a14
d
Subproject commit
701d310eb6c3347e52327ddcf9a814c22b0dadb
d
src/Vector/vector_dist.hpp
View file @
21d65d00
...
...
@@ -1107,7 +1107,7 @@ public:
// but in the worst case we take the maximum
St
r_cut
=
0
;
for
(
size_t
i
=
0
;
i
<
dim
;
i
++
)
r_cut
=
std
::
max
(
r_cut
,
cell_list
.
getCellBox
().
getHigh
(
i
));
{
r_cut
=
std
::
max
(
r_cut
,
cell_list
.
getCellBox
().
getHigh
(
i
));
}
// Here we have to check that the Cell-list has been constructed
// from the same decomposition
...
...
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