]> granicus.if.org Git - graphviz/commitdiff
sfdpgen: [nfc] remove duplicated comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Feb 2022 04:27:43 +0000 (15:27 +1100)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 10 Feb 2022 04:27:43 +0000 (15:27 +1100)
lib/sfdpgen/post_process.c

index f372244f8c323b2b0297c457384c4a60896a2f64..08fef1bc090d28ed8827ee0535089adfe8017775 100644 (file)
@@ -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.
    */