Remove unused variables from Well Target Pick Event Handler

This commit is contained in:
Gaute Lindkvist 2019-02-01 07:56:48 +01:00
parent b4231775ef
commit 22b60d4cff

View File

@ -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);
}
}
}