Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / contrib / g_anavel.c
index 93c629e7468c07d9cae249231928f2f31f733648..460fe7ba3ceb04bc6f8d239615cd96387fe39ee4 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc,char *argv[])
   int        d,m,n;
   matrix     box;
   atom_id    *sysindex;
-  bool       bHaveV,bReadV;
+  gmx_bool       bHaveV,bReadV;
   t_rgb      rgblo = { 0, 0, 1 },rgbhi = { 1, 0, 0 };
   int        flags = TRX_READ_X | TRX_READ_V;
   t_trxframe fr;