EclGenericVanguard: rename setParams to defineSimulationModel

setParams is a rather generic method name, be more specific
This commit is contained in:
Arne Morten Kvarving
2023-02-13 17:49:17 +01:00
parent d45a08a6cf
commit 05f92a1133
3 changed files with 26 additions and 26 deletions

View File

@@ -101,13 +101,13 @@ public:
/*!
* \brief Set the simulation configuration objects.
*/
static void setParams(double setupTime,
std::shared_ptr<EclipseState> eclState,
std::shared_ptr<Schedule> schedule,
std::unique_ptr<UDQState> udqState,
std::unique_ptr<Action::State> actionState,
std::unique_ptr<WellTestState> wtestState,
std::shared_ptr<SummaryConfig> summaryConfig);
static void defineSimulationModel(double setupTime,
std::shared_ptr<EclipseState> eclState,
std::shared_ptr<Schedule> schedule,
std::unique_ptr<UDQState> udqState,
std::unique_ptr<Action::State> actionState,
std::unique_ptr<WellTestState> wtestState,
std::shared_ptr<SummaryConfig> summaryConfig);
/*!
* \brief Return a reference to the internalized ECL deck.