Merge pull request #1104 from blattms/backport-of-pr-1094
Make RestartKey default contructable. (Backport of #1094)
This commit is contained in:
@@ -34,7 +34,9 @@ namespace Opm {
|
||||
|
||||
std::string key;
|
||||
UnitSystem::measure dim;
|
||||
bool required;
|
||||
bool required = false;
|
||||
|
||||
RestartKey() = default;
|
||||
|
||||
RestartKey( const std::string& _key, UnitSystem::measure _dim)
|
||||
: key(_key),
|
||||
|
||||
Reference in New Issue
Block a user