mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#541) Using result name as well log channel name when exporting to LAS
This commit is contained in:
@@ -248,3 +248,11 @@ QString RimWellLogFileCurve::createCurveName()
|
||||
return "Empty curve";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimWellLogFileCurve::wellLogChannelName() const
|
||||
{
|
||||
return m_wellLogChannnelName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user