From 734dea28279ce7272e6ed23f821c69c225e2d947 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 14 Feb 2020 14:22:59 -0500 Subject: Split up Ising-related functions and added an executable for measuring Ising energy autocorrelation time. --- octree.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'octree.hpp') diff --git a/octree.hpp b/octree.hpp index bb13242..d8f0aa3 100644 --- a/octree.hpp +++ b/octree.hpp @@ -5,8 +5,6 @@ #include #include -#include - #include "spin.hpp" #include "vector.hpp" -- cgit v1.2.3-54-g00ecf