Merge release-4-6 into master
[alexxy/gromacs.git] / src / tools / gmx_hbond.c
index ea53b9d95c95e2872b6d81c2999a043aee09c46b..c6d804175c0bbfca4520191bdaac459bff773148 100644 (file)
@@ -1037,7 +1037,7 @@ static void search_donors(t_topology *top, int isize, atom_id *index,
     else {
         for(func_type=0; (func_type < F_NRE); func_type++) {
             interaction=&(top->idef.il[func_type]);
-            if (func_type == F_POSRES)
+            if (func_type == F_POSRES || func_type == F_FBPOSRES)
             { /* The ilist looks strange for posre. Bug in grompp?
                * We don't need posre interactions for hbonds anyway.*/
                 continue;