mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
#12330 Improve summary stepping
Improves the handling of summary vector names by splitting the name and suffix (e.g., difference or history identifier) into separate components. Make sure the stepping works the same way both for "Step Next" and "Step Next and Add Plot"
This commit is contained in:
@@ -41,5 +41,6 @@ public:
|
||||
RifEclipseSummaryAddressDefines::SummaryCategory category,
|
||||
RifEclipseSummaryAddress& adr );
|
||||
|
||||
static bool updateQuantityIfMatching( const QVariant& oldValue, const QVariant& newValue, RifEclipseSummaryAddress& adr );
|
||||
static bool updateQuantityIfMatching( const QVariant& previousName, const QVariant& newName, RifEclipseSummaryAddress& adr );
|
||||
static bool updateQuantityIfMatching( const std::string& previousName, const std::string& newName, RifEclipseSummaryAddress& adr );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user