mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
Mark OPMEXTRA as not required restart data.
This commit is contained in:
parent
aaa4af6c49
commit
b4f9e88403
@ -51,7 +51,6 @@
|
||||
#include <fstream>
|
||||
#include <thread>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
@ -427,7 +426,7 @@ namespace Opm
|
||||
{"TEMP" , UnitSystem::measure::temperature},
|
||||
{"RS" , UnitSystem::measure::gas_oil_ratio},
|
||||
{"RV" , UnitSystem::measure::oil_gas_ratio}};
|
||||
std::set<std::string> extra_keys {"OPMEXTRA"};
|
||||
std::map<std::string, bool> extra_keys {{"OPMEXTRA" , false}};
|
||||
|
||||
if (restart_double_si_) {
|
||||
// Avoid any unit conversions, treat restart input as SI units.
|
||||
|
Loading…
Reference in New Issue
Block a user