mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5650 Wbs: Uncheck SH_MK by default
This commit is contained in:
parent
c51aa91c42
commit
0ad779280a
@ -339,6 +339,10 @@ void RicNewWellBoreStabilityPlotFeature::createStabilityCurvesTrack( RimWellBore
|
|||||||
curve->loadDataAndUpdate( false );
|
curve->loadDataAndUpdate( false );
|
||||||
curve->setSmoothCurve( true );
|
curve->setSmoothCurve( true );
|
||||||
curve->setSmoothingThreshold( 0.002 );
|
curve->setSmoothingThreshold( 0.002 );
|
||||||
|
if ( resultNames[i] == RiaDefines::wbsSHMkResult() )
|
||||||
|
{
|
||||||
|
curve->setCurveVisiblity( false );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RimWellPathCollection* wellPathCollection = nullptr;
|
RimWellPathCollection* wellPathCollection = nullptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user