Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_dist.c
index f4ee7e6916c046b913f5b04e1923748988a278dd..be455930edf9a2a80c3b3d1d970f283f53cef286 100644 (file)
@@ -100,7 +100,7 @@ int gmx_dist(int argc,char *argv[])
   rvec    *com;
   real    *mass;
   FILE    *fp=NULL,*fplt=NULL;
-  bool    bCutoff,bPrintDist,bLifeTime;
+  gmx_bool    bCutoff,bPrintDist,bLifeTime;
   t_pbc   *pbc;
   int     *contact_time=NULL,*ccount=NULL,ccount_nalloc=0,sum;
   char    buf[STRLEN];