Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_trjorder.c
index b6c8e326629dbc2b957109c7a8fc5adec33145c1..a2a4eedfe5254b52833e790735e51f6194a0a578 100644 (file)
@@ -106,7 +106,7 @@ int gmx_trjorder(int argc,char *argv[])
   };
   static int na=3,ref_a=1;
   static real rcut=0;
-  static bool bCOM=FALSE,bZ=FALSE;
+  static gmx_bool bCOM=FALSE,bZ=FALSE;
   t_pargs pa[] = {
     { "-na", FALSE, etINT,  {&na},
       "Number of atoms in a molecule" },
@@ -122,7 +122,7 @@ int gmx_trjorder(int argc,char *argv[])
   FILE       *fp;
   t_trxstatus *out;
   t_trxstatus *status;
-  bool       bNShell,bPDBout;
+  gmx_bool       bNShell,bPDBout;
   t_topology top;
   int        ePBC;
   rvec       *x,*xsol,xcom,dx;