#2553 Move RigWellResultPoint into separate file

This commit is contained in:
Magne Sjaastad
2018-04-05 13:34:27 +02:00
parent 436420b648
commit c7fbc99c9d
5 changed files with 273 additions and 150 deletions

View File

@@ -22,6 +22,14 @@
#include <QDebug>
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RigSimWellData::RigSimWellData()
: m_isMultiSegmentWell(false)
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------