Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / contrib / compnl.c
index 925d15ab0cc6e213b17a02951010497e57bee331..ca2697f01e6731d45e461b68432aac37d33d1ca0 100644 (file)
@@ -60,7 +60,7 @@ int main(int argc,char *argv[])
   char    **fn,title[256];
   int     ***mat,nnb;
   real    mb;
-  bool    bConf;
+  gmx_bool    bConf;
   rvec    *x = NULL;
   rvec    dx;
   matrix  box;
@@ -75,7 +75,7 @@ int main(int argc,char *argv[])
   };
 #define NFILE asize(fnm)
   static int natoms=648;
-  static bool bSymm=TRUE;
+  static gmx_bool bSymm=TRUE;
   static t_pargs pa[] = {
     { "-nat",  FALSE, etINT, { &natoms }, "Number of atoms" },
     { "-symm", FALSE, etBOOL,{ &bSymm  }, "Symmetrize the matrices" },