#1040 - pre-proto - Setting correct center of fracture for SimWellFracture

This commit is contained in:
astridkbjorke
2017-01-06 15:55:26 +01:00
parent 31505c3b49
commit cf2b47d0b9
7 changed files with 65 additions and 22 deletions

View File

@@ -75,6 +75,7 @@ void RicNewSimWellFractureAtPosFeature::onActionTriggered(bool isChecked)
fracture->name = "Simulation Well Fracture";
fracture->setIJK(simWellItem->i, simWellItem->j, simWellItem->k);
fracture->setCellCenterPosition();
RimOilField* oilfield = nullptr;