Skip to content
Snippets Groups Projects
Commit 0cef3b81 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing examples

parent 1d388743
No related branches found
No related tags found
No related merge requests found
Pipeline #4023 failed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment