Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_lie.c
index ccd3e9dd101d3c02750a2c4e468c741efde49e0b..b643ef874bf72f92e2132952d8268d6fcbc73153 100644 (file)
@@ -148,7 +148,7 @@ int gmx_lie(int argc,char *argv[])
   FILE      *out;
   int       nre,nframes=0,ct=0;
   ener_file_t fp;
-  bool      bCont;
+  gmx_bool      bCont;
   t_liedata *ld;
   gmx_enxnm_t *enm=NULL;
   t_enxframe *fr;