mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2597 3D Well Log Curve: Make 3d well log curve pure virtual. Add 3d well log extraction curve
This commit is contained in:
@@ -82,6 +82,9 @@ void Rim3dWellLogFileCurve::setDefaultFileCurveDataInfo()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void Rim3dWellLogFileCurve::curveValuesAndMds(std::vector<double>* values, std::vector<double>* measuredDepthValues) const
|
||||
{
|
||||
CAF_ASSERT(values != nullptr);
|
||||
CAF_ASSERT(measuredDepthValues != nullptr);
|
||||
|
||||
if (m_wellLogFile)
|
||||
{
|
||||
RigWellLogFile* wellLogFile = m_wellLogFile->wellLogFileData();
|
||||
|
||||
Reference in New Issue
Block a user