mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5612 Saturation Pressure Plots : Add support for user defined time step
This commit is contained in:
@@ -132,7 +132,9 @@ public:
|
||||
bool isXAxisLogarithmic() const;
|
||||
bool isYAxisLogarithmic() const;
|
||||
|
||||
void configureForPressureSaturationCurves( RimEclipseResultCase* eclipseResultCase, const QString& dynamicResultName );
|
||||
void configureForPressureSaturationCurves( RimEclipseResultCase* eclipseResultCase,
|
||||
const QString& dynamicResultName,
|
||||
int timeStep );
|
||||
void addCellFilter( RimPlotCellFilter* cellFilter );
|
||||
void setCustomColor( const cvf::Color3f color );
|
||||
void destroyCurves();
|
||||
|
||||
Reference in New Issue
Block a user