Commit 5a7ab3ed authored by Adam Mills's avatar Adam Mills
Browse files

Removed too much code when fixing warnings from #620, restoring it back

parent e07ca4f8
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1053,6 +1053,14 @@ static void visible_edges(
        }
    }

    for ( i = 0; i < maxVertex + 1; ++i )
    {
        for ( j = 0; j < maxVertex + 1; ++j )
        {
            counter[i][j] = counterTranspose[i][j] + counterTranspose[j][i];
        }
    }

    /* Finding the edges */
    k = 0;