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:
@@ -83,7 +83,8 @@ RicfCommandResponse RicfCreateSaturationPressurePlots::execute()
|
||||
{
|
||||
if ( c->caseId == caseId )
|
||||
{
|
||||
RicCreateSaturationPressurePlotsFeature::createPlots( eclipseResultCase );
|
||||
int timeStep = 0;
|
||||
RicCreateSaturationPressurePlotsFeature::createPlots( eclipseResultCase, timeStep );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user