<br> (and \n) at end of line.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 6 Oct 2008 07:29:41 +0000 (07:29 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 6 Oct 2008 07:29:41 +0000 (07:29 +0000)
[r22515]

heuristical.c

index 9fd7a6e..440373d 100644 (file)
@@ -253,7 +253,7 @@ static void simplify_edge(pbqp *pbqp, pbqp_edge *edge)
 
        if (pbqp_matrix_is_zero(mat, src_vec, tgt_vec)) {
                if (pbqp->dump_file) {
-                       fputs("edge has been eliminated", pbqp->dump_file);
+                       fputs("edge has been eliminated<br>\n", pbqp->dump_file);
                }
 
                delete_edge(edge);