From: Matthew Fernandez Date: Wed, 9 Jun 2021 02:42:04 +0000 (-0700) Subject: remove duplicate SparseMatrix_distance_matrix_k_centers prototype X-Git-Tag: 2.48.0~45^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9729200b7885d0bfbf5f16ca645db1c0241cfd46;p=graphviz remove duplicate SparseMatrix_distance_matrix_k_centers prototype 508f7e82873289b7d1614dfbdad521111f0809dc mistakenly added two duplicates of the same prototype. --- diff --git a/lib/sparse/SparseMatrix.h b/lib/sparse/SparseMatrix.h index 0e053e1e2..e124a16b5 100644 --- a/lib/sparse/SparseMatrix.h +++ b/lib/sparse/SparseMatrix.h @@ -118,8 +118,6 @@ int SparseMatrix_k_centers(SparseMatrix D, int weighted, int K, int root, int SparseMatrix_k_centers_user(SparseMatrix D, int weighted, int K, int *centers_user, int centering, real **dist); -SparseMatrix SparseMatrix_distance_matrix_k_centers(int K, SparseMatrix D, int weighted); - int SparseMatrix_distance_matrix(SparseMatrix A, int weighted, real **dist_matrix); SparseMatrix SparseMatrix_distance_matrix_khops(int khops, SparseMatrix A, int weighted); SparseMatrix SparseMatrix_distance_matrix_k_centers(int K, SparseMatrix D, int weighted);