mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
StimPlanModel export: use linear interpolation as last fallback for EQLNUM
This commit is contained in:
committed by
Magne Sjaastad
parent
326a1765ef
commit
429d1e4166
@@ -209,6 +209,9 @@ bool RimStimPlanModelPressureCalculator::extractValuesForProperty( RiaDefines::C
|
||||
return true;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::tuple<std::vector<double>, std::vector<double>, std::vector<double>>
|
||||
RimStimPlanModelPressureCalculator::interpolateMissingValues( const std::vector<double>& targetTvds,
|
||||
const std::vector<double>& targetMds,
|
||||
|
||||
Reference in New Issue
Block a user