Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / gmx_principal.c
index 5a02137190c8732ac4d2f4ec745e7deb1baacb18..811fd65085fb82b4bdc9923cbf6129e0b239c07e 100644 (file)
@@ -80,7 +80,7 @@ int gmx_principal(int argc,char *argv[])
     "g_principal calculates the three principal axes of inertia for a group",
     "of atoms.",
   };
-  static bool foo = FALSE;
+  static gmx_bool foo = FALSE;
 
   t_pargs pa[] = {
          { "-foo",      FALSE, etBOOL, {&foo}, "Dummy option to avoid empty array" }