mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1487 Renaming. Removing stimPlan from names in RigFractureGrid
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user