Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / mvxvf.c
index 765f4de2cd5ca3a5b1f886811ea9e4d05d5d5a7d..9f91cc217eb1c9e73db1ad109dfccdc2e08d708c 100644 (file)
@@ -53,7 +53,7 @@
 #include "nrnb.h"
 #include "partdec.h"
 
-void move_rvecs(const t_commrec *cr,bool bForward,bool bSum,
+void move_rvecs(const t_commrec *cr,gmx_bool bForward,gmx_bool bSum,
                 int left,int right,rvec vecs[],rvec buf[],
                 int shift,t_nrnb *nrnb)
 {
@@ -134,7 +134,7 @@ void move_rvecs(const t_commrec *cr,bool bForward,bool bSum,
 }
 
 
-void move_reals(const t_commrec *cr,bool bForward,bool bSum,
+void move_reals(const t_commrec *cr,gmx_bool bForward,gmx_bool bSum,
                 int left,int right,real reals[],real buf[],
                 int shift,t_nrnb *nrnb)
 {