Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_mdmat.c
index 4260a8f840f2cf6b21167b49107169e662edf35a..c97af48078a0d3c8e8d0d61f39bbe6e11bb88929 100644 (file)
@@ -163,7 +163,7 @@ int gmx_mdmat(int argc,char *argv[])
     "The output can be processed with xpm2ps to make a PostScript (tm) plot."
   };
   static real truncate=1.5;
-  static bool bAtom=FALSE;
+  static gmx_bool bAtom=FALSE;
   static int  nlevels=40;
   t_pargs pa[] = { 
     { "-t",   FALSE, etREAL, {&truncate},
@@ -193,7 +193,7 @@ int gmx_mdmat(int argc,char *argv[])
   int        i,j,nres,natoms,nframes,it,trxnat;
   t_trxstatus *status;
   int        nr0;
-  bool       bCalcN,bFrames;
+  gmx_bool       bCalcN,bFrames;
   real       t,ratio;
   char       title[256],label[234];
   t_rgb      rlo,rhi;