Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / orires.c
index 7eba2eefc41ae474466d6e97725f1822ea413fc7..d57d9ac7e85c3f72bb21549a300c1cfe077d74ec 100644 (file)
@@ -338,7 +338,7 @@ real calc_orires_dev(const gmx_multisim_t *ms,
     double       mtot;
     rvec         *xref,*xtmp,com,r_unrot,r;
     t_oriresdata *od;
-    bool         bTAV;
+    gmx_bool         bTAV;
     const real   two_thr=2.0/3.0;
     
     od = &(fcd->orires);
@@ -595,7 +595,7 @@ real orires(int nfa,const t_iatom forceatoms[],const t_iparams ip[],
     rvec         r,Sr,fij;
     real         vtot;
     const t_oriresdata *od;
-    bool         bTAV;
+    gmx_bool         bTAV;
     
     vtot = 0;
     od = &(fcd->orires);