Skip to content
Snippets Groups Projects
Commit ef8cc25c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Added static access to the dimension

parent 48327361
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ private:
}
public:
constexpr size_t dimension() const
{
return N;
}
KOKKOS_INLINE_FUNCTION
T operator,(const TinyVector& v) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment