summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wolff_potts.c4
-rw-r--r--src/wolff_vector.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/src/wolff_potts.c b/src/wolff_potts.c
index 7d9beb3..8dc4471 100644
--- a/src/wolff_potts.c
+++ b/src/wolff_potts.c
@@ -1,5 +1,7 @@
-#include <wolff.h>
+#include <getopt.h>
+
+#include <cluster.h>
int main(int argc, char *argv[]) {
diff --git a/src/wolff_vector.c b/src/wolff_vector.c
index 904fcfd..bbfc4da 100644
--- a/src/wolff_vector.c
+++ b/src/wolff_vector.c
@@ -1,5 +1,7 @@
-#include <wolff.h>
+#include <getopt.h>
+
+#include <cluster.h>
double identity(double x) {
return x;