mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fracture : Fix typo when creating fracture cells for ellipse fracture
This commit is contained in:
parent
6ae619cc10
commit
7c554b8ff8
@ -179,7 +179,7 @@ void RimEllipseFractureTemplate::setupFractureGridCells()
|
|||||||
|
|
||||||
for (int i = 0; i < numberOfCellsX; i++)
|
for (int i = 0; i < numberOfCellsX; i++)
|
||||||
{
|
{
|
||||||
for (int j = 0; j < numberOfCellsX; j++)
|
for (int j = 0; j < numberOfCellsY; j++)
|
||||||
{
|
{
|
||||||
double X1 = - halfLength + i * cellSizeX;
|
double X1 = - halfLength + i * cellSizeX;
|
||||||
double X2 = - halfLength + (i+1) * cellSizeX;
|
double X2 = - halfLength + (i+1) * cellSizeX;
|
||||||
|
Loading…
Reference in New Issue
Block a user