Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / sparsematrix.h
index eb412c8b2b06a0c3a9a90bd6676ee7b20b5d9b59..27993c2f16e72eb86cd0d9d4c05b75cfddcd98aa 100644 (file)
@@ -103,7 +103,7 @@ gmx_sparsematrix_entry
 typedef struct 
 gmx_sparsematrix 
 {
-    bool                         compressed_symmetric; /*!< Store half elements and assume symmetry. */
+    gmx_bool                         compressed_symmetric; /*!< Store half elements and assume symmetry. */
     int                          nrow;                 /*!< Number of rows in matrix                 */
     int *                        ndata;                /*!< Number of entries on each row (list)     */
     int *                        nalloc;               /*!< Allocated entry list length for each row */