change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.h
index 45c2a8fff358c0d866cd324307990f52492a8573..1b8da84fdfeede513fd33496fa70f603db2c0bf1 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.
@@ -50,7 +50,7 @@ struct t_symtab;
  */
 void rename_atoms(const char *xlfile, const char *ffdir,
                   struct t_atoms *atoms, struct t_symtab *symtab, const t_restp *restp,
-                  gmx_bool bResname, struct gmx_residuetype_t *rt, gmx_bool bReorderNum,
-                  gmx_bool bVerbose);
+                  bool bResname, struct gmx_residuetype_t *rt, bool bReorderNum,
+                  bool bVerbose);
 
 #endif