summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-09 15:17:22 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-09 15:17:22 -0400
commit4991418a416b75680737ec8f1e47b355b219728d (patch)
tree402745ce1596ecc553a2c8b5ad8d27fb00db6709
parent49ac78a6c04e215950bc9c0f97368605e63da15b (diff)
downloadc++-4991418a416b75680737ec8f1e47b355b219728d.tar.gz
c++-4991418a416b75680737ec8f1e47b355b219728d.tar.bz2
c++-4991418a416b75680737ec8f1e47b355b219728d.zip
fixed mistype invoking wolff.hpp in ising.hpp
-rw-r--r--lib/wolff_models/ising.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wolff_models/ising.hpp b/lib/wolff_models/ising.hpp
index 345eeff..bcb0103 100644
--- a/lib/wolff_models/ising.hpp
+++ b/lib/wolff_models/ising.hpp
@@ -4,7 +4,7 @@
#define WOLFF_FINITE_STATES_N 2
-#include "wolff.hpp"
+#include "../wolff.hpp"
namespace wolff {