pre-proto - Renaming function

This commit is contained in:
astridkbjorke
2017-01-04 11:39:49 +01:00
parent 61531de79a
commit 8c5ee201c0
5 changed files with 11 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ void RicNewSimWellFractureAtPosFeature::onActionTriggered(bool isChecked)
fractureCollection->simwellFractures.push_back(fracture);
fracture->name = "Simulation Well Fracture";
fracture->setijk(simWellItem->i, simWellItem->j, simWellItem->k);
fracture->setIJK(simWellItem->i, simWellItem->j, simWellItem->k);
fractureCollection->updateConnectedEditors();
RiuMainWindow::instance()->selectAsCurrentItem(fracture);