Removed redundant call

This commit is contained in:
Magne Sjaastad
2013-12-16 20:52:49 +01:00
parent e824b8f7b0
commit c32cf208f2
3 changed files with 160 additions and 14 deletions

View File

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