Rename method
This commit is contained in:
parent
7ed82d6458
commit
94b33eaf6e
@ -209,10 +209,10 @@ namespace Opm {
|
||||
newCompletionSet->add( newCompletions[ic] );
|
||||
}
|
||||
|
||||
m_completions->add( time_step , newCompletionSet);
|
||||
addCompletionSet( time_step , newCompletionSet);
|
||||
}
|
||||
|
||||
void Well::addCompletionsSet(size_t time_step, const CompletionSetConstPtr newCompletionSet){
|
||||
void Well::addCompletionSet(size_t time_step, const CompletionSetConstPtr newCompletionSet){
|
||||
m_completions->add(time_step, newCompletionSet);
|
||||
}
|
||||
|
||||
|
@ -74,7 +74,7 @@ namespace Opm {
|
||||
bool isInjector(size_t timeStep) const;
|
||||
void addWELSPECS(DeckRecordConstPtr deckRecord);
|
||||
void addCompletions(size_t time_step , const std::vector<CompletionPtr>& newCompletions);
|
||||
void addCompletionsSet(size_t time_step, const CompletionSetConstPtr newCompletionSet);
|
||||
void addCompletionSet(size_t time_step, const CompletionSetConstPtr newCompletionSet);
|
||||
CompletionSetConstPtr getCompletions(size_t timeStep) const;
|
||||
|
||||
void setProductionProperties(size_t timeStep , const WellProductionProperties properties);
|
||||
|
Loading…
Reference in New Issue
Block a user