#1044 - pre-proto - Added function for creating new sim well fracture, not yet setting correct i j k

This commit is contained in:
astridkbjorke
2017-01-03 09:34:31 +01:00
parent 4852de419f
commit b3bc0a9135
6 changed files with 99 additions and 5 deletions

View File

@@ -215,3 +215,18 @@ RiuWellPathSelectionItem::RiuWellPathSelectionItem(const RivWellPathSourceInfo*
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuSimWellSelectionItem::RiuSimWellSelectionItem(const RivEclipseWellSourceInfo* simwellSourceInfo,
size_t i,
size_t j,
size_t k)
: m_simwellSourceInfo(simwellSourceInfo),
i(i),
j(j),
k(k)
{
}