mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add support for summary cross plot curves in summary plots
This commit is contained in:
@@ -29,6 +29,12 @@ enum class FileType
|
||||
STIMPLAN_SUMMARY
|
||||
};
|
||||
|
||||
enum class HorizontalAxisType
|
||||
{
|
||||
TIME,
|
||||
SUMMARY_VECTOR
|
||||
};
|
||||
|
||||
QString summaryField();
|
||||
QString summaryAquifer();
|
||||
QString summaryNetwork();
|
||||
|
||||
Reference in New Issue
Block a user