From 3e9beab27c343d1008199302e644c3e740d66592 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 2 Aug 2021 14:16:02 +0200 Subject: Effort started to compare energy autocorrelation time to self-inverse scattering. --- ciamarra.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ciamarra.cpp') diff --git a/ciamarra.cpp b/ciamarra.cpp index d1087a4..d3acc38 100644 --- a/ciamarra.cpp +++ b/ciamarra.cpp @@ -118,7 +118,6 @@ class CiamarraSystem : public HardSystem> { } }; - void print(const CiamarraSystem<2>& s) { for (const Vertex<2, CiamarraState<2>>& v : s.vertices) { if (v.state(0) == 1 && v.state(1) == 0) { -- cgit v1.2.3-54-g00ecf