Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / mdlib / gmx_fft_fftw3.c
index 8fd8b6afabfbce817f8d69d5c4bf8319b6162ba2..467f16c9fa9452702b63f5cebbf9a6e56b99dd3d 100644 (file)
@@ -41,7 +41,7 @@
 /* none of the fftw3 calls, except execute(), are thread-safe, so 
    we need to serialize them with this mutex. */
 static tMPI_Thread_mutex_t big_fftw_mutex=TMPI_THREAD_MUTEX_INITIALIZER;
-static bool gmx_fft_threads_initialized=FALSE;
+static gmx_bool gmx_fft_threads_initialized=FALSE;
 #define FFTW_LOCK tMPI_Thread_mutex_lock(&big_fftw_mutex);
 #define FFTW_UNLOCK tMPI_Thread_mutex_unlock(&big_fftw_mutex);
 #else /* GMX_THREADS */