#7339 StimPlanFracture: Add methods to use two grids for data extraction.

This commit is contained in:
Kristian Bendiksen
2021-02-05 15:25:52 +01:00
parent 6c672d9c9c
commit c6f35cbe1f
9 changed files with 50 additions and 21 deletions

View File

@@ -68,7 +68,7 @@ bool RimStimPlanModelLayerCalculator::calculate( RiaDefines::CurveProperty curve
std::vector<double>& tvDepthValues,
double& rkbDiff ) const
{
RimEclipseCase* eclipseCase = stimPlanModel->eclipseCase();
RimEclipseCase* eclipseCase = stimPlanModel->eclipseCaseForProperty( RiaDefines::CurveProperty::FACIES );
if ( !eclipseCase )
{
return false;