#820 Use TVDMSL as channel name for TVD

This commit is contained in:
Jacob Støren 2016-09-13 11:19:27 +02:00
parent 9041e4a582
commit ba0a3b53f5

View File

@ -284,7 +284,7 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogCurve* curve, const QString
if(curveData->tvDepths().size())
{
lasFile.AddLog("TVD", "M", "True vertical depth in meters", curveData->tvDepths());
lasFile.AddLog("TVDMSL", "M", "True vertical depth in meters", curveData->tvDepths());
}
lasFile.AddLog(wellLogChannelName.trimmed().toStdString(), "NO_UNIT", "", wellLogValues);