Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_sgangle.c
index 3645c15a133af46a766ce3b93a2a46e73ba5c596..a64426d75995e32ebe029ea903a3ca0e89ca28af 100644 (file)
@@ -465,7 +465,7 @@ int gmx_sgangle(int argc,char *argv[])
   t_topology *top;                             /* topology             */ 
   int       ePBC;
   atom_id   *index[2];                         
-  static bool bOne = FALSE, bZ=FALSE;
+  static gmx_bool bOne = FALSE, bZ=FALSE;
   t_pargs pa[] = {
     { "-one", FALSE, etBOOL, {&bOne},
       "Only one group compute angle between vector at time zero and time t"},