diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-21 16:49:42 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2017-06-21 16:49:42 -0400 |
commit | f036a7fc75752b362eb17fe55b2a05376a0bb09f (patch) | |
tree | 9bc98a94c9b5f86795a99d6b04581527459c340d /lib | |
parent | db6f6556ff4e138de72dfba9a095659264235b71 (diff) | |
download | c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.gz c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.bz2 c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.zip |
removed dependence on omp
Diffstat (limited to 'lib')
-rw-r--r-- | lib/wolff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wolff.h b/lib/wolff.h index ca7635a..4839083 100644 --- a/lib/wolff.h +++ b/lib/wolff.h @@ -9,7 +9,7 @@ #include <gsl/gsl_rng.h> #include <stdbool.h> #include <assert.h> -#include <omp.h> +#include <fftw3.h> #include <jst/graph.h> #include <jst/rand.h> |