mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3641 LAS file import : Add support for MD as depth channel name
This commit is contained in:
@@ -97,7 +97,8 @@ bool RigWellLogFile::open(const QString& fileName, QString* errorMessage)
|
|||||||
QString logName = QString::fromStdString(itCL->first);
|
QString logName = QString::fromStdString(itCL->first);
|
||||||
wellLogNames.append(logName);
|
wellLogNames.append(logName);
|
||||||
|
|
||||||
if (logName.toUpper() == "DEPT" || logName.toUpper() == "DEPTH")
|
// 2018-11-09 Added MD https://github.com/OPM/ResInsight/issues/3641
|
||||||
|
if (logName.toUpper() == "DEPT" || logName.toUpper() == "DEPTH" || logName.toUpper() == "MD")
|
||||||
{
|
{
|
||||||
m_depthLogName = logName;
|
m_depthLogName = logName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user