Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / gpp_atomtype.c
index a5541f84f26aca80b33c67cc3e37adaaa1c06a11..8478b0d550211296328bc6912fdc2ce5e9b2bf9d 100644 (file)
@@ -330,7 +330,7 @@ static int search_atomtypes(gpp_atomtype_t ga,int *n,int typelist[],
                            t_param param[],int ftype)
 {
   int i,nn,nrfp,j,k,ntype,tli;
-  bool bFound=FALSE;
+  gmx_bool bFound=FALSE;
   
   nn    = *n;
   nrfp  = NRFP(ftype);
@@ -386,7 +386,7 @@ static int search_atomtypes(gpp_atomtype_t ga,int *n,int typelist[],
 
 void renum_atype(t_params plist[],gmx_mtop_t *mtop,
                int *wall_atomtype,
-               gpp_atomtype_t ga,bool bVerbose)
+               gpp_atomtype_t ga,gmx_bool bVerbose)
 {
   int      i,j,k,l,molt,mi,mj,nat,nrfp,ftype,ntype;
   t_atoms  *atoms;