summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-21 16:49:42 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-06-21 16:49:42 -0400
commitf036a7fc75752b362eb17fe55b2a05376a0bb09f (patch)
tree9bc98a94c9b5f86795a99d6b04581527459c340d
parentdb6f6556ff4e138de72dfba9a095659264235b71 (diff)
downloadc++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.gz
c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.tar.bz2
c++-f036a7fc75752b362eb17fe55b2a05376a0bb09f.zip
removed dependence on omp
-rw-r--r--lib/wolff.h2
-rw-r--r--src/wolff.h1
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>