Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / tools / cmat.c
index 4685c7c9990585db8d8d9a1421ddee91c72f4c62..1c84216807a7359646c7e74a792d46d437d55a90 100644 (file)
@@ -43,7 +43,7 @@
 #include "matio.h"
 #include "futil.h"
 
-t_mat *init_mat(int n1,bool b1D)
+t_mat *init_mat(int n1,gmx_bool b1D)
 {
   t_mat *m;