make eclipsegrid default constructible

This commit is contained in:
Arne Morten Kvarving
2020-01-24 10:47:09 +01:00
parent 3b44ee137b
commit 38ede33576

View File

@@ -53,6 +53,7 @@ namespace Opm {
class EclipseGrid : public GridDims {
public:
EclipseGrid() = default;
explicit EclipseGrid(const std::string& filename);
/*