change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_atomtype.cpp
index 39ad33601cb8f4d8da135d8129da682176f1007e..aae9956793f7901b2a75db09638db308f3da7a4c 100644 (file)
@@ -279,7 +279,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;
-    gmx_bool bFound = FALSE;
+    bool     bFound = FALSE;
 
     nn    = *n;
     nrfp  = NRFP(ftype);
@@ -335,7 +335,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, gmx_bool bVerbose)
+                 gpp_atomtype_t ga, bool bVerbose)
 {
     int         i, j, k, l, mi, mj, nat, nrfp, ftype, ntype;
     t_atoms    *atoms;