mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add summary category time
To be able to represent the time in a RifEclipseSummaryAddress object we add time as a category
This commit is contained in:
@@ -47,7 +47,8 @@ enum class SummaryVarCategory
|
||||
SUMMARY_BLOCK,
|
||||
SUMMARY_BLOCK_LGR,
|
||||
SUMMARY_IMPORTED,
|
||||
SUMMARY_ENSEMBLE_STATISTICS
|
||||
SUMMARY_ENSEMBLE_STATISTICS,
|
||||
SUMMARY_TIME // Used to represent time as along the x-axis
|
||||
};
|
||||
|
||||
enum class SummaryIdentifierType
|
||||
|
||||
Reference in New Issue
Block a user