X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fconstr.c;h=07866e190109f82f8fe21d9a59c6379ad53f93d0;hb=513813b51406baae3a1b6835daf50017d0f9cb7f;hp=fb075d4648bcb71f57d959400cd69a7f60ed817b;hpb=37573afb8aea3688b3bb2fe30919300efe198ac0;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/constr.c b/src/gromacs/mdlib/constr.c index fb075d4648..07866e1901 100644 --- a/src/gromacs/mdlib/constr.c +++ b/src/gromacs/mdlib/constr.c @@ -78,7 +78,7 @@ typedef struct gmx_constr { int nblocks; /* The number of SHAKE blocks */ int *sblock; /* The SHAKE blocks */ int sblock_nalloc; /* The allocation size of sblock */ - real *lagr; /* Lagrange multipliers for SHAKE */ + real *lagr; /* -2 times the Lagrange multipliers for SHAKE */ int lagr_nalloc; /* The allocation size of lagr */ int maxwarn; /* The maximum number of warnings */ int warncount_lincs;