mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8893 Rename quantity name -> vector name
This commit is contained in:
@@ -102,7 +102,7 @@ QString RimSummaryPlotNameHelper::plotTitle() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimSummaryPlotNameHelper::isPlotDisplayingSingleQuantity() const
|
||||
bool RimSummaryPlotNameHelper::isPlotDisplayingSingleVectorName() const
|
||||
{
|
||||
if ( m_analyzer->quantities().size() == 2 )
|
||||
{
|
||||
@@ -186,7 +186,7 @@ QString RimSummaryPlotNameHelper::caseName() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string RimSummaryPlotNameHelper::titleQuantity() const
|
||||
std::string RimSummaryPlotNameHelper::titleVectorName() const
|
||||
{
|
||||
return m_titleQuantity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user