(#541) Using result name as well log channel name when exporting to LAS

This commit is contained in:
Pål Hagen
2015-10-15 14:37:57 +02:00
parent 707ddf15d7
commit f8c725e2b8
6 changed files with 48 additions and 22 deletions

View File

@@ -248,3 +248,11 @@ QString RimWellLogFileCurve::createCurveName()
return "Empty curve";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RimWellLogFileCurve::wellLogChannelName() const
{
return m_wellLogChannnelName;
}