From: Matthew Fernandez Date: Thu, 10 Feb 2022 04:27:43 +0000 (+1100) Subject: sfdpgen: [nfc] remove duplicated comment X-Git-Tag: 3.0.0~36^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc74306666619564ad561da616e74dafd84f00d6;p=graphviz sfdpgen: [nfc] remove duplicated comment --- diff --git a/lib/sfdpgen/post_process.c b/lib/sfdpgen/post_process.c index f372244f8..08fef1bc0 100644 --- a/lib/sfdpgen/post_process.c +++ b/lib/sfdpgen/post_process.c @@ -101,7 +101,6 @@ static SparseMatrix ideal_distance_matrix(SparseMatrix A, int dim, double *x){ StressMajorizationSmoother StressMajorizationSmoother2_new(SparseMatrix A, int dim, double lambda0, double *x, int ideal_dist_scheme){ - /* use up to dist 2 neighbor */ /* use up to dist 2 neighbor. This is used in overcoming pherical effect with ideal distance of 2-neighbors equal graph distance etc. */