mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Remove unused variables
This commit is contained in:
@@ -91,8 +91,6 @@ double computeAverageZForTwoDeepestZ(const RigMainGrid* mainGrid
|
||||
size_t globalReservoirCellIndex,
|
||||
cvf::StructGridInterface::FaceType face)
|
||||
{
|
||||
const RigCell& currentCell = mainGrid->globalCellArray()[globalReservoirCellIndex];
|
||||
|
||||
cvf::Vec3d hexCorners[8];
|
||||
mainGrid->cellCornerVertices(globalReservoirCellIndex, hexCorners);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user