mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#541) Exporting well name as part of well info to LAS file
This commit is contained in:
@@ -227,7 +227,7 @@ QString RimWellLogFileCurve::createCurveName()
|
||||
{
|
||||
QString txt;
|
||||
|
||||
txt += m_wellPath()->name();
|
||||
txt += wellName();
|
||||
txt += " : ";
|
||||
txt += m_wellLogChannnelName;
|
||||
|
||||
@@ -256,3 +256,10 @@ QString RimWellLogFileCurve::wellLogChannelName() const
|
||||
return m_wellLogChannnelName;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimWellLogFileCurve::wellName() const
|
||||
{
|
||||
return m_wellPath->name();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user