]> granicus.if.org Git - graphviz/commitdiff
sfdpgen prolongate: remove unhelpful comment
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Dec 2022 18:16:39 +0000 (10:16 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Dec 2022 19:55:25 +0000 (11:55 -0800)
lib/sfdpgen/spring_electrical.c

index f7355587ed453986b95fe01e4c1bcf576a2c6486..2e850891f95dd8bcb031c3d8405ef9f23cbda5db 100644 (file)
@@ -1524,7 +1524,6 @@ static void prolongate(int dim, SparseMatrix A, SparseMatrix P, SparseMatrix R,
   int nc, *ia, *ja, i, j, k;
   SparseMatrix_multiply_dense(P, x, &y, dim);
 
-  /* xu yao rao dong */
   interpolate_coord(dim, A, y);
   nc = R->m;
   ia = R->ia;