mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
RFT/PLT/WAP: Calculate value options for fields inherited from WellLogPlot
This commit is contained in:
@@ -768,7 +768,8 @@ const char* RimWellPltPlot::plotNameFormatString()
|
||||
QList<caf::PdmOptionItemInfo> RimWellPltPlot::calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions,
|
||||
bool* useOptionsOnly)
|
||||
{
|
||||
QList<caf::PdmOptionItemInfo> options;
|
||||
QList<caf::PdmOptionItemInfo> options = RimWellLogPlot::calculateValueOptions(fieldNeedingOptions, useOptionsOnly);
|
||||
|
||||
const QString simWellName = RimWellPlotTools::simWellName(m_wellPathName);
|
||||
|
||||
if (fieldNeedingOptions == &m_wellPathName)
|
||||
|
||||
Reference in New Issue
Block a user