mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-09 00:58:05 -05:00
move ebos/eclgenericvanguard.[hh|cc] to opm/simulators/flow
This commit is contained in:
@@ -89,7 +89,7 @@ initSimulator(const char *filename)
|
||||
Opm::registerEclTimeSteppingParameters<TypeTag>();
|
||||
Opm::setupParameters_<TypeTag>(/*argc=*/sizeof(argv)/sizeof(argv[0]), argv, /*registerParams=*/true);
|
||||
|
||||
Opm::EclGenericVanguard::readDeck(filename);
|
||||
Opm::FlowGenericVanguard::readDeck(filename);
|
||||
|
||||
return std::make_unique<Simulator>();
|
||||
}
|
||||
@@ -106,7 +106,7 @@ struct GliftFixture {
|
||||
#else
|
||||
Dune::MPIHelper::instance(argc, argv);
|
||||
#endif
|
||||
Opm::EclGenericVanguard::setCommunication(std::make_unique<Opm::Parallel::Communication>());
|
||||
Opm::FlowGenericVanguard::setCommunication(std::make_unique<Opm::Parallel::Communication>());
|
||||
using TypeTag = Opm::Properties::TTag::FlowProblem;
|
||||
Opm::registerAllParameters_<TypeTag>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user