mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
EclGenericVanguard: rename setParams to defineSimulationModel
setParams is a rather generic method name, be more specific
This commit is contained in:
@@ -211,13 +211,13 @@ void Main::readDeck(const std::string& deckFilename,
|
||||
|
||||
void Main::setupVanguard()
|
||||
{
|
||||
EclGenericVanguard::setParams(this->setupTime_,
|
||||
this->eclipseState_,
|
||||
this->schedule_,
|
||||
std::move(this->udqState_),
|
||||
std::move(this->actionState_),
|
||||
std::move(this->wtestState_),
|
||||
this->summaryConfig_);
|
||||
EclGenericVanguard::defineSimulationModel(this->setupTime_,
|
||||
this->eclipseState_,
|
||||
this->schedule_,
|
||||
std::move(this->udqState_),
|
||||
std::move(this->actionState_),
|
||||
std::move(this->wtestState_),
|
||||
this->summaryConfig_);
|
||||
}
|
||||
|
||||
#if HAVE_DAMARIS
|
||||
|
||||
Reference in New Issue
Block a user