mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-13 17:05:59 -06:00
#8051 StimPlan Model Plot: Use geogrid for Formations.
This commit is contained in:
parent
d206a93939
commit
0d5b7e37ac
@ -77,8 +77,10 @@ RimStimPlanModelPlot* RicNewStimPlanModelPlotFeature::createPlot( RimStimPlanMod
|
||||
plot->setStimPlanModel( stimPlanModel );
|
||||
|
||||
{
|
||||
auto task = progInfo.task( "Creating formation track", 2 );
|
||||
createFormationTrack( plot, stimPlanModel, eclipseCase );
|
||||
auto task = progInfo.task( "Creating formation track", 2 );
|
||||
RimEclipseCase* formationEclipseCase =
|
||||
stimPlanModel->eclipseCaseForType( RimExtractionConfiguration::EclipseCaseType::STATIC_CASE );
|
||||
createFormationTrack( plot, stimPlanModel, formationEclipseCase );
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user