Make ecl compatible restart files default

This commit is contained in:
Joakim Hove
2018-09-12 18:02:47 +02:00
parent 492a240f09
commit 079d946723

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&,