Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_nmens.c
index 855dd02fecc3541a988a46f8dc89e6538250263f..0c069daf3e3651a63680afdecb40dabd95963f33 100644 (file)
@@ -92,7 +92,7 @@ int gmx_nmens(int argc,char *argv[])
   int        ePBC;
   t_atoms    *atoms;
   rvec       *xtop,*xref,*xav,*xout1,*xout2;
-  bool       bDMR,bDMA,bFit;
+  gmx_bool       bDMR,bDMA,bFit;
   int        nvec,*eignr=NULL;
   rvec       **eigvec=NULL;
   matrix     box;