diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-09 15:17:22 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-09 15:17:22 -0400 |
commit | 4991418a416b75680737ec8f1e47b355b219728d (patch) | |
tree | 402745ce1596ecc553a2c8b5ad8d27fb00db6709 /lib | |
parent | 49ac78a6c04e215950bc9c0f97368605e63da15b (diff) | |
download | c++-4991418a416b75680737ec8f1e47b355b219728d.tar.gz c++-4991418a416b75680737ec8f1e47b355b219728d.tar.bz2 c++-4991418a416b75680737ec8f1e47b355b219728d.zip |
fixed mistype invoking wolff.hpp in ising.hpp
Diffstat (limited to 'lib')
-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 { |