mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove depth as option in property selector
This commit is contained in:
@@ -323,7 +323,6 @@ std::vector<RifEclipseRftAddress::RftWellLogChannelName> RifReaderEclipseRft::av
|
|||||||
if (pressureAndDepthFound)
|
if (pressureAndDepthFound)
|
||||||
{
|
{
|
||||||
wellLogChannelNames.push_back(RifEclipseRftAddress::PRESSURE);
|
wellLogChannelNames.push_back(RifEclipseRftAddress::PRESSURE);
|
||||||
wellLogChannelNames.push_back(RifEclipseRftAddress::DEPTH);
|
|
||||||
}
|
}
|
||||||
if (rftFound)
|
if (rftFound)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user