X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Ftxtdump.c;h=a70c1c005c5921f050fbca682919b295ce704b7b;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=9b3eec687ef43eeecb59054f67c906161f2a8559;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/txtdump.c b/src/gromacs/gmxlib/txtdump.c index 9b3eec687e..a70c1c005c 100644 --- a/src/gromacs/gmxlib/txtdump.c +++ b/src/gromacs/gmxlib/txtdump.c @@ -1411,7 +1411,7 @@ void pr_ilist(FILE *fp, int indent, const char *title, j++; for (k = 0; k < interaction_function[ftype].nratoms; k++) { - (void) fprintf(fp, " %u", *(iatoms++)); + (void) fprintf(fp, " %d", *(iatoms++)); } (void) fprintf(fp, "\n"); i += 1+interaction_function[ftype].nratoms;