mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
constexpr on const ints
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
// S-direction is INNERMOST and takes no part in the parity.
|
||||
static const std::vector<int> directions;
|
||||
static const std::vector<int> displacements;
|
||||
const int npoint = 8;
|
||||
static constexpr int npoint = 8;
|
||||
};
|
||||
|
||||
template<class Impl>
|
||||
|
Reference in New Issue
Block a user