X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fpbcutil%2Fmshift.cpp;h=e95ccff45d3ce10b1c522a519ffb2f5acd7ea598;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=346f029ead1de4ca142cc0102e3a0399418d4306;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/pbcutil/mshift.cpp b/src/gromacs/pbcutil/mshift.cpp index 346f029ead..e95ccff45d 100644 --- a/src/gromacs/pbcutil/mshift.cpp +++ b/src/gromacs/pbcutil/mshift.cpp @@ -175,7 +175,7 @@ void p_graph(FILE *log, const char *title, t_graph *g) g->nedge[i]); for (j = 0; (j < g->nedge[i]); j++) { - fprintf(log, " %5u", g->edge[i][j]+1); + fprintf(log, " %5d", g->edge[i][j]+1); } fprintf(log, "\n"); }