mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3075 Resampled plot export. Vectors ending with 'TH' are now considered accumulated values
This commit is contained in:
parent
b0355471b4
commit
ca171635f0
@ -674,7 +674,8 @@ bool RifEclipseSummaryAddress::isValid() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RifEclipseSummaryAddress::hasAccumulatedData() const
|
||||
{
|
||||
return QString::fromStdString(m_quantityName).endsWith("T");
|
||||
return QString::fromStdString(m_quantityName).endsWith("T") ||
|
||||
QString::fromStdString(m_quantityName).endsWith("TH");
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user