Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / ns.h
index efea4736b3d7fdf67350936eb7f50af729221771..b23de7681c7f576e253ba3f873776b4481a88d1f 100644 (file)
@@ -54,13 +54,13 @@ typedef struct {
 } t_ns_buf;
 
 typedef struct {
-  bool     bCGlist;
+  gmx_bool     bCGlist;
   atom_id  *simple_aaj;
   t_grid   *grid;
   t_excl   *bexcl;
-  bool     *bHaveVdW;
+  gmx_bool     *bHaveVdW;
   t_ns_buf **ns_buf;
-  bool     *bExcludeAlleg;
+  gmx_bool     *bExcludeAlleg;
   int      nra_alloc;
   int      cg_alloc;
   atom_id  **nl_sr;
@@ -70,7 +70,7 @@ typedef struct {
   int      *nlr_ljc;
   int      *nlr_one;
   /* the nblists should probably go in here */
-  bool     nblist_initialized; /* has the nblist been initialized?  */
+  gmx_bool     nblist_initialized; /* has the nblist been initialized?  */
   int      dump_nl; /* neighbour list dump level (from env. var. GMX_DUMP_NL)*/
 } gmx_ns_t;