(#541) Use "Depth in meters" as parameter description for DEPTH

This commit is contained in:
Pål Hagen 2015-10-16 10:07:56 +02:00
parent 27a6775e3c
commit 7b14306b5b

View File

@ -270,7 +270,7 @@ bool RigWellLogFile::exportToLasFile(const RimWellLogPlotCurve* curve, const QSt
wellLogChannelName.replace(".", "_");
NRLib::LasWell lasFile;
lasFile.AddLog("DEPTH", "M", "Depth [M]", curveData->measuredDepths());
lasFile.AddLog("DEPTH", "M", "Depth in meters", curveData->measuredDepths());
lasFile.AddLog(wellLogChannelName.toStdString(), "NO_UNIT", "", wellLogValues);
lasFile.SetMissing(absentValue);