Merge pull request #493 from joakim-hove/default-ecl-compatible

Make ecl compatible restart files default
This commit is contained in:
Joakim Hove
2018-09-15 11:09:44 +02:00
committed by GitHub

View File

@@ -201,7 +201,7 @@ namespace Opm {
std::string m_output_dir;
std::string m_base_name;
bool m_nosim;
bool ecl_compatible_rst = false;
bool ecl_compatible_rst = true;
IOConfig( const GRIDSection&,
const RUNSPECSection&,