Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_spatial.c
index a57d789a50bc907d138b8d60bd1a5b275bdcbf93..a06232308f8a927dc3c94c8fa07fdea20055da57 100644 (file)
@@ -102,12 +102,12 @@ int gmx_spatial(int argc,char *argv[])
     "(Number of Additional Bins) option value. \n"
   };
   
-  static bool bPBC=FALSE;
-  static bool bSHIFT=FALSE;
+  static gmx_bool bPBC=FALSE;
+  static gmx_bool bSHIFT=FALSE;
   static int iIGNOREOUTER=-1; /*Positive values may help if the surface is spikey */
-  static bool bCUTDOWN=TRUE;
+  static gmx_bool bCUTDOWN=TRUE;
   static real rBINWIDTH=0.05; /* nm */
-  static bool bCALCDIV=TRUE;
+  static gmx_bool bCALCDIV=TRUE;
   static int iNAB=4;
 
   t_pargs pa[] = {