Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / contrib / testfft.c
index c1192891cb4de3e2390165623ff852874275fb8a..4c1c427714ce52eca6930c7500bb1134f51e6395 100644 (file)
@@ -42,7 +42,7 @@
 #include "fftgrid.h"
 #include "mdrun.h"
 
-void testfft(FILE *fp,t_complex ***grid,int nx,int ny,int nz,bool bFirst)
+void testfft(FILE *fp,t_complex ***grid,int nx,int ny,int nz,gmx_bool bFirst)
 {
 #ifdef USE_SGI_FFT
 #ifdef GMX_DOUBLE
@@ -98,7 +98,7 @@ void testfft(FILE *fp,t_complex ***grid,int nx,int ny,int nz,bool bFirst)
 #endif
 }
 
-void testrft(FILE *fp,real ***grid,int nx,int ny,int nz,bool bFirst)
+void testrft(FILE *fp,real ***grid,int nx,int ny,int nz,gmx_bool bFirst)
 {
 #ifdef USE_SGI_FFT
 #ifdef GMX_DOUBLE