mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-02 05:49:09 -06:00
collecttoiorank: use constexpr
This commit is contained in:
parent
7b74c75f7c
commit
d0c528a240
@ -52,7 +52,7 @@ public:
|
||||
using IndexMapType = std::vector<int>;
|
||||
using IndexMapStorageType = std::vector<IndexMapType>;
|
||||
|
||||
static const int dimension = Grid::dimension;
|
||||
static constexpr int dimension = Grid::dimension;
|
||||
|
||||
enum { ioRank = 0 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user