14 /* Returns if the are bonded interactions for free energy calculations */
15 extern bool gmx_mtop_bondeds_free_energy(gmx_mtop_t
*mtop
);
17 /* Sort all the bonded ilists in idef to have the perturbed ones at the end
18 * and set nr_nr_nonperturbed in ilist.
20 extern void gmx_sort_ilist_fe(t_idef
*idef
);