Loading lib_rend/ivas_efap.c +8 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib_rend/ivas_efap.c +8 −0 Original line number Diff line number Diff line Loading @@ -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; Loading