#1947 RFT/PLT Plot: Remove depth from value options of curve

This commit is contained in:
Unknown
2017-10-06 09:14:12 +02:00
committed by Rebecca Cox
parent 7db64e099e
commit 4a2a80ba20
3 changed files with 4 additions and 5 deletions
@@ -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));
}