mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1947 RFT/PLT Plot: Remove depth from value options of curve
This commit is contained in:
@@ -211,7 +211,7 @@ QList<caf::PdmOptionItemInfo> RimWellLogRftCurve::calculateValueOptions(const ca
|
||||
{
|
||||
options.push_back(caf::PdmOptionItemInfo("None", nullptr));
|
||||
|
||||
for (const QString& channelName : RifEclipseRftAddress::allWellLogChannelNames())
|
||||
for (const QString& channelName : RifEclipseRftAddress::allWellLogChannelNamesExDepth())
|
||||
{
|
||||
options.push_back(caf::PdmOptionItemInfo(channelName, channelName));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user