summaryrefslogtreecommitdiff
path: root/ciamarra.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-08-02 14:16:02 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-08-02 14:16:02 +0200
commit3e9beab27c343d1008199302e644c3e740d66592 (patch)
treeed72438ef841e15fbed6e230dd5ed7aa0a535ff3 /ciamarra.cpp
parent30d0fee3be1b899e93c5af7cf9de585071bacd44 (diff)
downloadlattice_glass-3e9beab27c343d1008199302e644c3e740d66592.tar.gz
lattice_glass-3e9beab27c343d1008199302e644c3e740d66592.tar.bz2
lattice_glass-3e9beab27c343d1008199302e644c3e740d66592.zip
Effort started to compare energy autocorrelation time to self-inverse scattering.
Diffstat (limited to 'ciamarra.cpp')
-rw-r--r--ciamarra.cpp1
1 files changed, 0 insertions, 1 deletions
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<D, CiamarraState<D>> {
}
};
-
void print(const CiamarraSystem<2>& s) {
for (const Vertex<2, CiamarraState<2>>& v : s.vertices) {
if (v.state(0) == 1 && v.state(1) == 0) {