]> granicus.if.org Git - graphviz/commitdiff
remove prototype for non-existent SparseMatrix_kcoreness
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 02:41:07 +0000 (19:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 18:36:40 +0000 (11:36 -0700)
This function was removed in 30905ab26d62c4b126df261ad235a0fa28af5e8a but its
prototype was mistakenly left behind.

lib/sparse/SparseMatrix.h

index 2bcd9ba0e91efb393e5191032758b9292da42888..0e053e1e283517df66a62349d6dd758a9317144b 100644 (file)
@@ -124,8 +124,6 @@ int SparseMatrix_distance_matrix(SparseMatrix A, int weighted,  real **dist_matr
 SparseMatrix SparseMatrix_distance_matrix_khops(int khops, SparseMatrix A, int weighted);
 SparseMatrix SparseMatrix_distance_matrix_k_centers(int K, SparseMatrix D, int weighted);
 
-void SparseMatrix_kcoreness(SparseMatrix A, int **coreness);/* assign coreness to each node */
-
 SparseMatrix SparseMatrix_from_dense(int m, int n, real *x);
 
 #define SparseMatrix_set_undirected(A) set_flag((A)->property, MATRIX_UNDIRECTED)