Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / selection / sm_same.c
index f7b881394d304a70c6172b61486efce3711b65a3..d50221e4933949ec6f309715fa311ad29aae79d8 100644 (file)
@@ -86,7 +86,7 @@ typedef struct
      */
     char                   **as_s_sorted;
     /** Whether simple matching can be used. */
-    bool                     bSorted;
+    gmx_bool                     bSorted;
 } t_methoddata_same;
 
 /** Allocates data for the \p same selection method. */