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
7dd2f15b
Commit
7dd2f15b
authored
8 years ago
by
Pietro Incardona
Browse files
Options
Downloads
Patches
Plain Diff
Fixing clang compilation
parent
4024e4f3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openfpm_data
+1
-1
1 addition, 1 deletion
openfpm_data
src/Vector/vector_dist.hpp
+1
-1
1 addition, 1 deletion
src/Vector/vector_dist.hpp
with
2 additions
and
2 deletions
openfpm_data
@
fa96650a
Subproject commit
dfe008605b9167afd8339078cba5c779a38c376b
Subproject commit
fa96650a485edcecfe809c15a53470da7c7c00aa
This diff is collapsed.
Click to expand it.
src/Vector/vector_dist.hpp
+
1
−
1
View file @
7dd2f15b
...
...
@@ -913,7 +913,7 @@ public:
* \return return the selected property of the vector element
*
*/
template
<
unsigned
int
id
>
inline
const
auto
getProp
(
vect_dist_key_dx
vec_key
)
const
->
decltype
(
v_prp
.
template
get
<
id
>(
vec_key
.
getKey
()))
template
<
unsigned
int
id
>
inline
auto
getProp
(
vect_dist_key_dx
vec_key
)
const
->
const
decltype
(
v_prp
.
template
get
<
id
>(
vec_key
.
getKey
()))
{
return
v_prp
.
template
get
<
id
>(
vec_key
.
getKey
());
}
...
...
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