Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / nrama.c
index 8fff5ae594c3616d659bbd3e1b9becaf9b562ee5..a34ba5134065521c35d50bd8af285041d5400cf1 100644 (file)
@@ -88,7 +88,7 @@ static void calc_dihs(t_xrama *xr)
   }
 }
 
-bool new_data(t_xrama *xr)
+gmx_bool new_data(t_xrama *xr)
 {
   if (!read_next_x(xr->oenv,xr->traj,&xr->t,xr->natoms,xr->x,xr->box))
     return FALSE;
@@ -154,7 +154,7 @@ static void get_dih(t_xrama *xr,t_atoms *atoms)
 static int search_ff(int thisff[NPP],int ndih,int **ff)
 {
   int  j,k;
-  bool bFound=FALSE;
+  gmx_bool bFound=FALSE;
   
   for(j=0; (j<ndih); j++) {
     bFound=TRUE;