summaryrefslogtreecommitdiff
path: root/octree.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-14 14:22:59 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2020-02-14 14:22:59 -0500
commit734dea28279ce7272e6ed23f821c69c225e2d947 (patch)
treebcefcb81a61f3a6ff24e5351723bf3fd4a3c7527 /octree.hpp
parentfba3eb10e02f0b4406c1baf246daa94006c66cf8 (diff)
downloadspace_wolff-734dea28279ce7272e6ed23f821c69c225e2d947.tar.gz
space_wolff-734dea28279ce7272e6ed23f821c69c225e2d947.tar.bz2
space_wolff-734dea28279ce7272e6ed23f821c69c225e2d947.zip
Split up Ising-related functions and added an executable for measuring Ising energy autocorrelation time.
Diffstat (limited to 'octree.hpp')
-rw-r--r--octree.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/octree.hpp b/octree.hpp
index bb13242..d8f0aa3 100644
--- a/octree.hpp
+++ b/octree.hpp
@@ -5,8 +5,6 @@
#include <set>
#include <unordered_map>
-#include <iostream>
-
#include "spin.hpp"
#include "vector.hpp"