Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / calcpot.c
index ec69221f3fe5d0ee2e336819a9b4aaaf2bb7b0ae..ebc2d79afda4a500a9c53379b906cf26c22921b9 100644 (file)
@@ -218,7 +218,7 @@ FILE *init_calcpot(const char *log,const char *tpx,const char *table,
   gmx_localtop_t *ltop;
   double   t,t0,lam0;
   real     lam;
-  bool     bSA;
+  gmx_bool     bSA;
   int      traj=0,xtc_traj=0;
   t_state  *state;
   rvec     mutot;