mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Remove unused variables from Well Target Pick Event Handler
This commit is contained in:
parent
b4231775ef
commit
22b60d4cff
@ -254,8 +254,6 @@ cvf::Vec3d RicCreateWellTargetsPickEventHandler::findHexElementIntersection(Rim3
|
||||
{
|
||||
RigGridBase* hitGrid = eclipseView->mainGrid()->gridByIndex(gridIndex);
|
||||
hitGrid->cellCornerVertices(cellIndex, cornerVertices.data());
|
||||
double dx, dy, dz;
|
||||
hitGrid->characteristicCellSizes(&dx, &dy, &dz);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user