Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 29032e54 authored by vinciguerra_a's avatar vinciguerra_a
Browse files

Make Field dimension static

parent afcdff53
No related branches found
No related tags found
1 merge request!74Implement inner product
...@@ -14,7 +14,7 @@ namespace ippl { ...@@ -14,7 +14,7 @@ namespace ippl {
{ {
public: public:
typedef T type; typedef T type;
const unsigned dimension = Dim; static constexpr unsigned dimension = Dim;
using Mesh_t = M; using Mesh_t = M;
using Centering_t = C; using Centering_t = C;
......
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