(#544) Allowing "DEPT" and "DEPTH" as depth values from LAS files

This commit is contained in:
Pål Hagen
2015-09-24 11:02:39 +02:00
parent 529b68e073
commit c78fdffeaf
2 changed files with 11 additions and 4 deletions

View File

@@ -56,4 +56,5 @@ private:
NRLib::Well* m_wellLogFile;
QStringList m_wellLogChannelNames;
QString m_depthLogName;
};