mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix tests that relied on internal deck handling
This commit is contained in:
@@ -90,7 +90,9 @@ initSimulator(const char *filename)
|
||||
|
||||
Opm::setupParameters_<TypeTag>(/*argc=*/sizeof(argv)/sizeof(argv[0]), argv, /*registerParams=*/true);
|
||||
|
||||
return std::unique_ptr<Simulator>(new Simulator);
|
||||
Opm::EclGenericVanguard::readDeck(filename);
|
||||
|
||||
return std::make_unique<Simulator>();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user