#2582 3D well log curves: Create add 3D well log extraction curve cmd

This commit is contained in:
Rebecca Cox
2018-03-07 12:02:13 +01:00
parent 846dd710e4
commit a37a9d3308
6 changed files with 108 additions and 0 deletions

View File

@@ -809,6 +809,7 @@ const RigWellPathFormations* RimWellPath::formationsGeometry() const
void RimWellPath::add3dWellLogCurve(Rim3dWellLogCurve* rim3dWellLogCurve)
{
m_3dWellLogCurves.push_back(rim3dWellLogCurve);
updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------