Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_saltbr.c
index c41c8fd0a0e43cc652d1cf7f0375ceed427e7b03..7f7dbeb3c6675984bc0935d41ec3d536c9178c19 100644 (file)
@@ -129,7 +129,7 @@ int gmx_saltbr(int argc,char *argv[])
     "option is selected. In this case files are named as [TT]sb-ResnameResnr-Atomnr[tt].",
     "There may be many such files."
   };
-  static bool bSep=FALSE;
+  static gmx_bool bSep=FALSE;
   static real truncate=1000.0;
   t_pargs pa[] = {
     { "-t",   FALSE, etREAL, {&truncate},