X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fshakef.c;h=46030d0cbc433debf1702cfc697b04afd36dcd41;hb=897da8f26d941a8ceb8f6d131d2a13198d19298f;hp=7ee7dbe2a82715ffc47cfb04b0592e79581f0749;hpb=496908b4bf980c0edd1b250a18783138aa84197d;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/shakef.c b/src/gromacs/mdlib/shakef.c index 7ee7dbe2a8..46030d0cbc 100644 --- a/src/gromacs/mdlib/shakef.c +++ b/src/gromacs/mdlib/shakef.c @@ -261,11 +261,11 @@ int vec_shakef(FILE *fplog, gmx_shakedata_t shaked, if (fplog) { fprintf(fplog, "Inner product between old and new vector <= 0.0!\n" - "constraint #%d atoms %u and %u\n", + "constraint #%d atoms %d and %d\n", error-1, iatom[3*(error-1)+1]+1, iatom[3*(error-1)+2]+1); } fprintf(stderr, "Inner product between old and new vector <= 0.0!\n" - "constraint #%d atoms %u and %u\n", + "constraint #%d atoms %d and %d\n", error-1, iatom[3*(error-1)+1]+1, iatom[3*(error-1)+2]+1); nit = 0; }