Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / share / template / template.c
index de4e101163ed9faded68436796bf63f10be6a206..5a6450219055c3bc3cf6942d3111cb79d27b7b59 100644 (file)
@@ -126,7 +126,7 @@ gmx_template(int argc, char *argv[])
 
     /* Command-line arguments */
     real                cutoff = 0;
-    bool                bArg   = FALSE;
+    gmx_bool                bArg   = FALSE;
     t_pargs             pa[] = {
         {"-cutoff", FALSE, etREAL, {&cutoff},
          "Cutoff for distance calculation (0 = no cutoff)"},