#1593 Use well path unit type on fractures

This commit is contained in:
Bjørnar Grip Fjær
2017-06-20 14:46:58 +02:00
parent 05d210df93
commit d63fdf0c80
9 changed files with 54 additions and 39 deletions

View File

@@ -169,6 +169,7 @@ void RimWellPathFracture::defineUiOrdering(QString uiConfigName, caf::PdmUiOrder
locationGroup->add(&tilt);
caf::PdmUiGroup* propertyGroup = uiOrdering.addNewGroup("Properties");
propertyGroup->add(&m_fractureUnit);
propertyGroup->add(&m_fractureTemplate);
propertyGroup->add(&stimPlanTimeIndexToPlot);
propertyGroup->add(&perforationLength);