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_data
Commits
0cef3b81
Commit
0cef3b81
authored
Dec 15, 2021
by
incardon
Browse files
Fixing examples
parent
1d388743
Pipeline
#4023
failed with stages
in 7 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Grid/cuda/map_grid_cuda_ker.cuh
View file @
0cef3b81
...
...
@@ -509,7 +509,7 @@ public:
}
template
<
unsigned
int
p
,
typename
ids_type
>
__device__
__host__
inline
const
auto
get
(
const
grid_key_dx
<
dim
,
ids_type
>
&
v1
)
const
->
decltype
(
ggk
.
template
get
<
p
>(
v1
))
__device__
__host__
inline
auto
get
(
const
grid_key_dx
<
dim
,
ids_type
>
&
v1
)
const
->
decltype
(
ggk
.
template
get
<
p
>(
v1
))
{
return
ggk
.
template
get
<
p
>(
v1
);
}
...
...
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