Enforced rotation: made fit type controllable by mdp option, reduced number of output...
[gromacs/adressmacs.git] / include / topsort.h
blob332e9bd20d200baa2bf658ed4bbbce045c72e0c6
1 #ifndef _topsort_h
2 #define _topsort_h
4 #ifdef HAVE_CONFIG_H
5 #include <config.h>
6 #endif
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 #include "typedefs.h"
14 /* Returns if the are bonded interactions for free energy calculations */
15 extern bool gmx_mtop_bondeds_free_energy(const 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);
22 #ifdef __cplusplus
24 #endif
26 #endif