Remove depth as option in property selector

This commit is contained in:
Rebecca Cox 2017-10-31 08:19:52 +01:00
parent ee52bc6e39
commit 36b9e0e28f

View File

@ -323,7 +323,6 @@ std::vector<RifEclipseRftAddress::RftWellLogChannelName> RifReaderEclipseRft::av
if (pressureAndDepthFound)
{
wellLogChannelNames.push_back(RifEclipseRftAddress::PRESSURE);
wellLogChannelNames.push_back(RifEclipseRftAddress::DEPTH);
}
if (rftFound)
{