Merge release-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / mtop_util.c
index a35ffd5de7e21289f778ae9ce740d2f91b6c1836..bbae1df69c79a73d71297276bf43988fe7d16854 100644 (file)
@@ -1041,6 +1041,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);
         }
         if (idef->il[F_FBPOSRES].nr > nfbposre_old)