Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / topshake.c
index 3a7460e35ece5366459f2ae3c77bbbd2e49638f3..4094559d9c363ba6af837a7cd3584ea96d3b010b 100644 (file)
@@ -96,7 +96,7 @@ void make_shake (t_params plist[],t_atoms *atoms,gpp_atomtype_t at,int nshake)
   t_param      p,*bond,*ang;
   real         b_ij,b_jk;
   int          nb,b,i,j,ftype,ftype_a;
-  bool         bFound;
+  gmx_bool         bFound;
   
   if (nshake != eshNONE) {
     switch (nshake) {