summaryrefslogtreecommitdiff
path: root/src/wolff_potts.c
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-01 01:43:33 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-01 01:43:33 -0500
commitc960d23a9e147c2043df852460427b95bf752583 (patch)
tree9df6d14cfff1ec1c7f09535f827463601ac7d467 /src/wolff_potts.c
parent4e643b30203b9d8af792c109498ecd70f873d584 (diff)
downloadc++-c960d23a9e147c2043df852460427b95bf752583.tar.gz
c++-c960d23a9e147c2043df852460427b95bf752583.tar.bz2
c++-c960d23a9e147c2043df852460427b95bf752583.zip
more cosmetic changes
Diffstat (limited to 'src/wolff_potts.c')
-rw-r--r--src/wolff_potts.c4
1 files changed, 3 insertions, 1 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[]) {