diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-03-01 01:43:33 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-03-01 01:43:33 -0500 |
commit | c960d23a9e147c2043df852460427b95bf752583 (patch) | |
tree | 9df6d14cfff1ec1c7f09535f827463601ac7d467 /src | |
parent | 4e643b30203b9d8af792c109498ecd70f873d584 (diff) | |
download | c++-c960d23a9e147c2043df852460427b95bf752583.tar.gz c++-c960d23a9e147c2043df852460427b95bf752583.tar.bz2 c++-c960d23a9e147c2043df852460427b95bf752583.zip |
more cosmetic changes
Diffstat (limited to 'src')
-rw-r--r-- | src/wolff_potts.c | 4 | ||||
-rw-r--r-- | src/wolff_vector.c | 4 |
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; |