change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pgutil.h
index 5ad893a285bd09869b7f1e91c8f138fbc4a13d00..2baf3a473db04fc5a86e963c447c5a6da46b1687 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2018, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -52,7 +52,7 @@ struct t_atoms;
  */
 int search_atom(const char *type, int start,
                 t_atoms *atoms,
-                const char *bondtype, gmx_bool bAllowMissing);
+                const char *bondtype, bool bAllowMissing);
 
 /* Similar to search_atom, but this routine searches for the specified
  * atom in residue resind.
@@ -60,7 +60,7 @@ int search_atom(const char *type, int start,
 int
 search_res_atom(const char *type, int resind,
                 t_atoms *atoms,
-                const char *bondtype, gmx_bool bAllowMissing);
+                const char *bondtype, bool bAllowMissing);
 
 
 void set_at(t_atom *at, real m, real q, int type, int resind);