mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
collecttoiorank: use constexpr
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
|||||||
using IndexMapType = std::vector<int>;
|
using IndexMapType = std::vector<int>;
|
||||||
using IndexMapStorageType = std::vector<IndexMapType>;
|
using IndexMapStorageType = std::vector<IndexMapType>;
|
||||||
|
|
||||||
static const int dimension = Grid::dimension;
|
static constexpr int dimension = Grid::dimension;
|
||||||
|
|
||||||
enum { ioRank = 0 };
|
enum { ioRank = 0 };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user