Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
openfpm_pdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sbalzarini Lab
Software
Parallel Computing
OpenFPM
openfpm_pdata
Commits
21d65d00
Commit
21d65d00
authored
7 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Latest modules
parent
65f4fce3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
openfpm_io
+1
-1
1 addition, 1 deletion
openfpm_io
src/Vector/vector_dist.hpp
+1
-1
1 addition, 1 deletion
src/Vector/vector_dist.hpp
with
3 additions
and
3 deletions
openfpm_data
@
8ba96371
Subproject commit
c3a4a0816a9e5307f890380688cf8c881926217e
Subproject commit
8ba96371b94d5101c412ca01a2baf0a9d49811af
This diff is collapsed.
Click to expand it.
openfpm_io
@
701d310e
Subproject commit
89411e76fbed1ab098d2bfec13e7759aca51a14
d
Subproject commit
701d310eb6c3347e52327ddcf9a814c22b0dadb
d
This diff is collapsed.
Click to expand it.
src/Vector/vector_dist.hpp
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment