Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / kernel / tomorse.c
index 45b89f784ebe4bd9bf41841eac67baf19701d3cb..de7fbf9b6afc4d245f302eb99b95faa06b41cb67 100644 (file)
@@ -179,7 +179,7 @@ void convert_harmonics(int nrmols,t_molinfo mols[],gpp_atomtype_t atype)
   int  i,j,k,last,ni,nj;
   int  nrharm,nrmorse,bb;
   real edis,kb,b0,beta;
-  bool *bRemoveHarm;
+  gmx_bool *bRemoveHarm;
 
   /* First get the data */
   t2m = read_dissociation_energies(&n2m);