mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix "New PLT plot" command using simwell name and not wellpath name Rename of some methods Use Phase Split as default
This commit is contained in:
@@ -825,9 +825,9 @@ void RimWellRftPlot::calculateValueOptionsForWells(QList<caf::PdmOptionItemInfo>
|
||||
{
|
||||
wellNames.insert(wellPath->name());
|
||||
|
||||
if (!wellPath->associatedSimulationWell().isEmpty())
|
||||
if (!wellPath->associatedSimulationWellName().isEmpty())
|
||||
{
|
||||
simWellsAssociatedWithWellPath.insert(wellPath->associatedSimulationWell());
|
||||
simWellsAssociatedWithWellPath.insert(wellPath->associatedSimulationWellName());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user