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 | |
parent | db6f6556ff4e138de72dfba9a095659264235b71 (diff) | |
download | c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.gz c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.bz2 c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.zip |
removed dependence on omp
-rw-r--r-- | lib/wolff.h | 2 | ||||
-rw-r--r-- | src/wolff.h | 1 |
2 files changed, 1 insertions, 2 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> diff --git a/src/wolff.h b/src/wolff.h index 9619a4d..9b2599f 100644 --- a/src/wolff.h +++ b/src/wolff.h @@ -9,7 +9,6 @@ #include <gsl/gsl_rng.h> #include <stdbool.h> #include <assert.h> -#include <omp.h> #include <fftw3.h> #include <jst/graph.h> |