mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2162 Context manager: Add pdmObject selection item
This commit is contained in:
@@ -230,3 +230,11 @@ RiuSimWellSelectionItem::RiuSimWellSelectionItem(RimSimWellInView* simwell,
|
||||
m_branchIndex(m_branchIndex)
|
||||
{
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuGeneralSelectionItem::RiuGeneralSelectionItem(caf::PdmObject* object)
|
||||
: m_object(object)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user