StimPlanModel export: use linear interpolation as last fallback for EQLNUM

This commit is contained in:
Kristian Bendiksen
2021-05-28 13:32:39 +02:00
committed by Magne Sjaastad
parent 326a1765ef
commit 429d1e4166
4 changed files with 38 additions and 8 deletions

View File

@@ -100,6 +100,7 @@ protected:
const RimStimPlanModel* stimPlanModel,
int timeStep,
const std::vector<double>& measuredDepths,
const std::vector<double>& tvDepthValues,
std::vector<double>& values,
int kDirection ) const;