From 4991418a416b75680737ec8f1e47b355b219728d Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 9 Sep 2019 15:17:22 -0400 Subject: fixed mistype invoking wolff.hpp in ising.hpp --- lib/wolff_models/ising.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3-54-g00ecf