mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6932 Make curve colors for initial stress and initial pressure consistent.
This commit is contained in:
parent
39c8843f76
commit
f9cc1bd95c
@ -116,7 +116,7 @@ RimStimPlanModelPlot* RicNewStimPlanModelPlotFeature::createPlot( RimStimPlanMod
|
||||
eclipseCase,
|
||||
timeStep,
|
||||
"Stress",
|
||||
{ RiaDefines::CurveProperty::STRESS, RiaDefines::CurveProperty::INITIAL_STRESS } );
|
||||
{ RiaDefines::CurveProperty::INITIAL_STRESS, RiaDefines::CurveProperty::STRESS } );
|
||||
createParametersTrack( plot,
|
||||
stimPlanModel,
|
||||
eclipseCase,
|
||||
|
Loading…
Reference in New Issue
Block a user