Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / angstat.h
index 32b1f74c096cc5a18f860ad952e4f4d34f5de1f6..bac44eb4c761d5a41363ae6fdab33ed669ded7a3 100644 (file)
 
 extern void do_angav(FILE *status, char *title,
                     atom_id index[], int nind, 
-                    char *outfile, bool bAT);
+                    char *outfile, gmx_bool bAT);
 
 extern void do_dihav(FILE *status, char *title,
                     atom_id index[], int nind, 
-                    char *outfile, bool bAT);
+                    char *outfile, gmx_bool bAT);
 
 extern void ramachandran(FILE *status,atom_id index[],int nind,char *outfile);