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:
Magne Sjaastad
2023-09-18 09:25:00 +02:00
parent ae4a856343
commit c06cda3883
3 changed files with 24 additions and 1 deletions

View File

@@ -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