Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / mdatom.c
index 2098b00dcabcaf37fc17ed289af0da7f27e87c5c..c63ac13ad9aa4b49f54561714960856e7be7c694 100644 (file)
@@ -45,7 +45,7 @@
 
 #define ALMOST_ZERO 1e-30
 
-t_mdatoms *init_mdatoms(FILE *fp,gmx_mtop_t *mtop,bool bFreeEnergy)
+t_mdatoms *init_mdatoms(FILE *fp,gmx_mtop_t *mtop,gmx_bool bFreeEnergy)
 {
   int    mb,a,g,nmol;
   double tmA,tmB;