#1842 RFT Plot. Populate editors from saved curves

This commit is contained in:
Bjørn Erik Jensen
2017-10-05 10:54:52 +02:00
parent 883b815fac
commit d5034d8011
6 changed files with 210 additions and 65 deletions

View File

@@ -137,6 +137,14 @@ void RimWellLogFileCurve::setWellPath(RimWellPath* wellPath)
m_wellPath = wellPath;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimWellPath* RimWellLogFileCurve::wellPath() const
{
return m_wellPath;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------