Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / atoms.h
index b300bfd93222f47d2559b816058a9ee12aa37997..8c73a84fec61e1492e9b5e067ba0d08f4632c98b 100644 (file)
@@ -74,7 +74,7 @@ typedef struct {
   char atomnm[6];               /* True atom name including spaces      */
   real occup;                   /* Occupancy                            */
   real bfac;                    /* B-factor                             */
-  bool bAnisotropic;            /* (an)isotropic switch                 */
+  gmx_bool bAnisotropic;            /* (an)isotropic switch                 */
   int  uij[6];                  /* Anisotropic B-factor                 */
 } t_pdbinfo;