Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / types / fcdata.h
index b10e5d7fc58ba47ba07e22143acb5de31d597417..634a477245a6c7bc94e36692be3bd5a45731fb24 100644 (file)
@@ -44,7 +44,7 @@ typedef real rvec5[5];
 /* Distance restraining stuff */
 typedef struct {
   int  dr_weighting;  /* Weighting of pairs in one restraint              */
-  bool dr_bMixed;     /* Use sqrt of the instantaneous times              *
+  gmx_bool dr_bMixed;     /* Use sqrt of the instantaneous times              *
                       * the time averaged violation                      */
   real dr_fc;        /* Force constant for disres,                       *
                       * which is multiplied by a (possibly)              *