Merge branch 'release-4-5-patches' into release-4-6
[alexxy/gromacs.git] / src / gmxlib / mtop_util.c
index a427ea6a81fc495bc9ba8ccd330238cc8ad52e70..d12ed56c9eba669bb91afd477c97e1edcc422b09 100644 (file)
@@ -1025,6 +1025,8 @@ static void gen_local_top(const gmx_mtop_t *mtop,const t_inputrec *ir,
         }
         if (idef->il[F_POSRES].nr > nposre_old)
         {
+            /* Executing this line line stops gmxdump -sys working
+             * correctly. I'm not aware there's an elegant fix. */
             set_posres_params(idef,molb,nposre_old/2,natoms);
         }