#1487 Renaming. Removing stimPlan from names in RigFractureGrid

This commit is contained in:
astridkbjorke
2017-05-30 11:35:52 +02:00
parent 0458ac38d7
commit 8cf5f6983f
8 changed files with 39 additions and 39 deletions

View File

@@ -893,9 +893,9 @@ void RimStimPlanFractureTemplate::setupStimPlanCells()
RigFractureGrid fractureGrid;
fractureGrid.setFractureCells(stimPlanCells);
fractureGrid.setWellCenterStimPlanCellIJ(wellCenterStimPlanCellIJ);
fractureGrid.setIcount(getNegAndPosXcoords().size() - 2);
fractureGrid.setJcount(adjustedDepthCoordsAroundWellPathPosition().size() - 2);
fractureGrid.setWellCenterFractureCellIJ(wellCenterStimPlanCellIJ);
fractureGrid.setICellCount(getNegAndPosXcoords().size() - 2);
fractureGrid.setJCellCount(adjustedDepthCoordsAroundWellPathPosition().size() - 2);
m_fractureGrid = fractureGrid;
}