Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / mdatom.h
index f218597b07626b4d2d7c4912dac152a9758fc95d..057045bd2363acba6f3a6cc6b454ae084116ca44 100644 (file)
@@ -47,20 +47,20 @@ typedef struct {
   int           nr;
   int           nalloc;
   int           nenergrp;
-  bool          bVCMgrps;
+  gmx_bool          bVCMgrps;
   int           nPerturbed;
   int           nMassPerturbed;
   int           nChargePerturbed;
-  bool          bOrires;
+  gmx_bool          bOrires;
   real          *massA,*massB,*massT,*invmass;
   real          *chargeA,*chargeB;
-  bool          *bPerturbed;
+  gmx_bool          *bPerturbed;
   int           *typeA,*typeB;
   unsigned short        *ptype;
   unsigned short        *cTC,*cENER,*cACC,*cFREEZE,*cVCM;
   unsigned short        *cU1,*cU2,*cORF;
   /* for QMMM, atomnumber contains atomic number of the atoms */
-  bool          *bQM;
+  gmx_bool          *bQM;
   /* The range of home atoms */
   int           start;
   int           homenr;