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 --- lib/src/network.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/src/network.cpp b/lib/src/network.cpp index 3e460a9..98c6eb0 100644 --- a/lib/src/network.cpp +++ b/lib/src/network.cpp @@ -65,8 +65,8 @@ void network::fracture(hooks& m) { throw nofuseex; } - this->break_edge(max_pos); m.bond_broken(*this, c, max_pos); + this->break_edge(max_pos); } m.post_fracture(*this); -- cgit v1.2.3-54-g00ecf