Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / graph.h
index 1fcc61387128a6f6c69836ab9e14e64675b58b27..b9b19355227b8722b7887319788ad53c3f8cf70d 100644 (file)
@@ -49,7 +49,7 @@ typedef struct {
   int      end;                /* The last atom in this graph                  */
   int      *nedge;     /* For each node the number of edges            */
   atom_id  **edge;     /* For each node, the actual edges (bidirect.)  */
-  bool     bScrewPBC;   /* Screw boundary conditions                    */
+  gmx_bool     bScrewPBC;   /* Screw boundary conditions                    */
   ivec     *ishift;    /* Shift for each particle                      */
   int      negc;         
   egCol   *egc;         /* color of each node */