X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftools%2Fcompare.c;h=89038a4c244c72818f46900fcee9d3809f47a4cd;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=e2ee20b87144d242f13f26c2f07daa73f2b58b33;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/tools/compare.c b/src/gromacs/tools/compare.c index e2ee20b871..89038a4c24 100644 --- a/src/gromacs/tools/compare.c +++ b/src/gromacs/tools/compare.c @@ -86,11 +86,11 @@ static void cmp_us(FILE *fp, const char *s, int index, unsigned short i1, unsign { if (index != -1) { - fprintf(fp, "%s[%d] (%u - %u)\n", s, index, i1, i2); + fprintf(fp, "%s[%d] (%hu - %hu)\n", s, index, i1, i2); } else { - fprintf(fp, "%s (%u - %u)\n", s, i1, i2); + fprintf(fp, "%s (%hu - %hu)\n", s, i1, i2); } } }