Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / ewald_util.c
index 660d39c14f02965756f2744d801374fb6c9ce8a6..cd5590347f5d358470abbe23d2171e86d484075f 100644 (file)
@@ -107,8 +107,8 @@ real ewald_LRcorrection(FILE *fplog,
   double  isp=0.564189583547756;
 #endif
   int     niat;
-  bool    bFreeEnergy = (chargeB != NULL);
-  bool    bMolPBC = fr->bMolPBC;
+  gmx_bool    bFreeEnergy = (chargeB != NULL);
+  gmx_bool    bMolPBC = fr->bMolPBC;
 
   one_4pi_eps = ONE_4PI_EPS0/fr->epsilon_r;
   vr0 = ewc*2/sqrt(M_PI);