change gmx_bool to bool in gmxpreprocess
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toputil.h
index 5dab27282a37ed87910600816c12e793301e3413..7c859fba5e83a3c9faeffe46c5f2b6747c9f1055 100644 (file)
@@ -69,7 +69,7 @@ void print_blocka(FILE *out, const char *szName, const char *szIndex,
                   const char *szA, t_blocka *block);
 
 void print_atoms(FILE *out, gpp_atomtype_t atype, t_atoms *at, int *cgnr,
-                 gmx_bool bRTPresname);
+                 bool bRTPresname);
 
 void print_bondeds(FILE *out, int natoms, directive d,
                    int ftype, int fsubtype, t_params plist[]);