From fcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 9 Oct 2019 11:30:30 -0400 Subject: measuring the clusters before the last avalanche again --- src/measurements.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/measurements.hpp') diff --git a/src/measurements.hpp b/src/measurements.hpp index 135f312..3b70eae 100644 --- a/src/measurements.hpp +++ b/src/measurements.hpp @@ -22,6 +22,7 @@ class ma : public hooks { unsigned num; // measurement storage + std::vector sc; std::vector sn; // non-spanning cluster size distribution std::vector ss; // minimal spanning cluster size distribution std::vector sm; // spanning cluster size distribution @@ -34,6 +35,7 @@ class ma : public hooks { std::vector si; std::vector sI; + std::vector cc; std::vector cn; std::vector cs; std::vector cm; @@ -44,6 +46,8 @@ class ma : public hooks { std::vector cp; std::vector cq; + ClusterTree last_clusters; + public: long double lv; -- cgit v1.2.3-54-g00ecf