mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed redundant call
This commit is contained in:
@@ -341,8 +341,6 @@ void StructGridGeometryGenerator::computeArrays()
|
||||
|
||||
if (visibleFaces.size() > 0)
|
||||
{
|
||||
size_t cellIndex = m_grid->cellIndexFromIJK(i, j, k);
|
||||
|
||||
cvf::Vec3d cornerVerts[8];
|
||||
m_grid->cellCornerVertices(cellIndex, cornerVerts);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user