Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_rotacf.c
index 58f458dd23c5fa6f6d38596b7526d01cd2240e6a..f806c351b29ea5e236925327ab15a1037c4279cc 100644 (file)
@@ -78,7 +78,7 @@ int gmx_rotacf(int argc,char *argv[])
 
     ""
   };
-  static bool bVec    = FALSE,bAver=TRUE;
+  static gmx_bool bVec    = FALSE,bAver=TRUE;
 
   t_pargs pa[] = {
     { "-d",   FALSE, etBOOL, {&bVec},