Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / include / do_fit.h
index f68b6f9793596843b24b9b242d3501e4d524af78..9ab20d1d43d8a76e2418d79b9645212ddd547758 100644 (file)
@@ -42,7 +42,7 @@
 extern "C" {
 #endif
 
-real calc_similar_ind(bool bRho,int nind,atom_id *index,real mass[],
+real calc_similar_ind(gmx_bool bRho,int nind,atom_id *index,real mass[],
                             rvec x[],rvec xp[]);
 /* Returns RMSD or Rho (depending on bRho) over all atoms in index */