summaryrefslogtreecommitdiff
path: root/src/wolff_vector.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_vector.c
parent4e643b30203b9d8af792c109498ecd70f873d584 (diff)
downloadc++-c960d23a9e147c2043df852460427b95bf752583.tar.gz
c++-c960d23a9e147c2043df852460427b95bf752583.tar.bz2
c++-c960d23a9e147c2043df852460427b95bf752583.zip
more cosmetic changes
Diffstat (limited to 'src/wolff_vector.c')
-rw-r--r--src/wolff_vector.c4
1 files changed, 3 insertions, 1 deletions
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;