Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / edittop.c
index 01342f4c42421a9af37eca5dd0646c391ce18cf2..2be1f3d7533c49ed384880923ce45049decc8680 100644 (file)
@@ -70,7 +70,7 @@ static void delete_from_interactions(t_idef *idef,int inr)
 {
   int  i,j,k,nra,nnr;
   t_iatom *niatoms;
-  bool bDel;
+  gmx_bool bDel;
   
   /* Delete interactions including atom inr from lists */
   for(i=0; (i<F_NRE); i++) {