Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_helixorient.c
index 9099350efbb951be9eba40e7f7623df2a1f163e2..b4c94eaed555846202ed6926bbf5d3b5722e26bd 100644 (file)
@@ -137,8 +137,8 @@ int gmx_helixorient(int argc,char *argv[])
     output_env_t oenv;
     gmx_rmpbc_t  gpbc=NULL;
 
-    static  bool bSC=FALSE;
-    static bool bIncremental = FALSE;
+    static  gmx_bool bSC=FALSE;
+    static gmx_bool bIncremental = FALSE;
     
     static t_pargs pa[] = {
         { "-sidechain",      FALSE, etBOOL, {&bSC},