From 948f90b6493da83d10e18f30b0fbb8e937e29c0b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 24 Jun 2019 21:41:34 -0400 Subject: mostly implemented the ability to find dead bonds using topological properties --- src/measurements.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/measurements.hpp') diff --git a/src/measurements.hpp b/src/measurements.hpp index 5b76e26..274a550 100644 --- a/src/measurements.hpp +++ b/src/measurements.hpp @@ -35,6 +35,7 @@ class ma : public hooks { std::vector sA; // non-final avalanche size distribution std::vector si; + std::vector sI; public: long double lv; -- cgit v1.2.3-54-g00ecf