#5063 Improve auto name for well log plots and use it for well allocation plots

This commit is contained in:
Gaute Lindkvist
2019-11-25 12:40:51 +01:00
parent cf7608e6bf
commit dbee9759a0
8 changed files with 78 additions and 5 deletions

View File

@@ -393,6 +393,14 @@ QString RimWellLogPlot::createAutoName() const
return generatedCurveName.join( ": " );
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimWellLogPlotNameConfig* RimWellLogPlot::nameConfig() const
{
return m_nameConfig;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------