X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_trjconv.c;h=b687c07220f416257e73a780d5ae5c2c8424a199;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=4a0be116817ffac64439101c149293314751277f;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_trjconv.c b/src/gromacs/gmxana/gmx_trjconv.c index 4a0be11681..b687c07220 100644 --- a/src/gromacs/gmxana/gmx_trjconv.c +++ b/src/gromacs/gmxana/gmx_trjconv.c @@ -376,7 +376,7 @@ static void put_residue_com_in_box(int unitcell_enum, int ecenter, { if (debug) { - fprintf(debug, "\nShifting position of residue %d (atoms %u-%u) " + fprintf(debug, "\nShifting position of residue %d (atoms %d-%d) " "by %g,%g,%g\n", atom[res_start].resind+1, res_start+1, res_end+1, shift[XX], shift[YY], shift[ZZ]); }