mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Allocation over time adjustements (#9738)
- Add font size settings - Move legend to right side of plot - Set default selected time steps to time step count = 10 - When excluding time steps, duplicates rates from next valid time step onto excluded time steps - Allow time step selection "Show all time steps" or "Time step count" for subset of time steps - Allow excluding on the active set, i.e. all or subset, of time steps
This commit is contained in:
committed by
Magne Sjaastad
parent
0fcbf0f821
commit
6f34a730a0
@@ -47,8 +47,8 @@ private:
|
||||
double threshold );
|
||||
|
||||
private:
|
||||
const std::map<QDateTime, RigAccWellFlowCalculator>& m_timeStepAndCalculatorPairs;
|
||||
std::vector<QDateTime> m_timeStepDates;
|
||||
std::map<QString, std::map<QDateTime, double>> m_defaultWellValuesMap;
|
||||
std::map<QString, std::map<QDateTime, double>> m_wellValuesMap;
|
||||
std::map<QDateTime, RigAccWellFlowCalculator> m_timeStepAndCalculatorPairs;
|
||||
std::vector<QDateTime> m_timeStepDates;
|
||||
std::map<QString, std::map<QDateTime, double>> m_defaultWellValuesMap;
|
||||
std::map<QString, std::map<QDateTime, double>> m_wellValuesMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user