Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / gen_vsite.h
index c5e11ba8d2effcdebc7e60ef33c457faed5a6f30..74e437ef2b80c578be98a237ae9e1ed2a35f3af2 100644 (file)
 extern void do_vsites(int nrtp, t_restp rtp[], gpp_atomtype_t atype, 
                      t_atoms *at, t_symtab *symtab, rvec *x[], 
                      t_params plist[], int *dummy_type[], int *cgnr[], 
-                     real mHmult, bool bVSiteAromatics,
+                     real mHmult, gmx_bool bVSiteAromatics,
                      const char *ffdir);
 
 extern void do_h_mass(t_params *psb, int vsite_type[], t_atoms *at, real mHmult,
-                     bool bDeuterate);
+                     gmx_bool bDeuterate);
 
 #endif /* _gen_vsite_h */