mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
adapt to ParameterSystem typetag removal
This commit is contained in:
@@ -114,9 +114,7 @@ BOOST_FIXTURE_TEST_CASE(WithOutputDir, Fixture)
|
||||
const char* no_param[] = {"test_outputdir", input_file_path.c_str(),
|
||||
output_path.c_str(), nullptr};
|
||||
|
||||
using ParamsMeta = Opm::GetProp<Opm::Properties::TTag::FlowEarlyBird,
|
||||
Opm::Properties::ParameterMetaData>;
|
||||
ParamsMeta::clear();
|
||||
Opm::Parameters::reset();
|
||||
|
||||
Opm::Main main(3, const_cast<char**>(no_param), false);
|
||||
|
||||
@@ -154,9 +152,7 @@ BOOST_FIXTURE_TEST_CASE(NoOutputDir, Fixture)
|
||||
|
||||
const char* no_param[] = {"test_outputdir", input_file_path.c_str(), nullptr};
|
||||
|
||||
using ParamsMeta = Opm::GetProp<Opm::Properties::TTag::FlowEarlyBird,
|
||||
Opm::Properties::ParameterMetaData>;
|
||||
ParamsMeta::clear();
|
||||
Opm::Parameters::reset();
|
||||
|
||||
Opm::Main main(2, const_cast<char**>(no_param), false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user