Merge pull request #1109 from jokva/get-ref-depth-timestep
Ask for reference depth at timestep.
This commit is contained in:
commit
647e005297
@ -235,7 +235,7 @@ void WellsManager::createWellsFromSpecs(std::vector<const Well*>& wells, size_t
|
||||
well_names.push_back(well->name());
|
||||
{
|
||||
WellData wd;
|
||||
wd.reference_bhp_depth = well->getRefDepth();
|
||||
wd.reference_bhp_depth = well->getRefDepth( timeStep );
|
||||
wd.welspecsline = -1;
|
||||
if (well->isInjector( timeStep ))
|
||||
wd.type = INJECTOR;
|
||||
|
Loading…
Reference in New Issue
Block a user