3D Well Log Curve: Give Plane Part Mgr more responsibility

This commit is contained in:
Rebecca Cox
2018-03-21 15:32:03 +01:00
parent 1369b11e6e
commit 85cd8b0e1d
8 changed files with 133 additions and 135 deletions

View File

@@ -809,14 +809,6 @@ void RimWellPath::add3dWellLogCurve(Rim3dWellLogCurve* rim3dWellLogCurve)
m_3dWellLogCurves->add3dWellLogCurve(rim3dWellLogCurve);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::vector<Rim3dWellLogCurve*> RimWellPath::vectorOf3dWellLogCurves() const
{
return m_3dWellLogCurves->vectorOf3dWellLogCurves();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------