diff options
-rw-r--r-- | lib/wolff_models/ising.hpp | 2 |
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 { |