diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-10-09 11:30:30 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-10-09 11:30:30 -0400 |
commit | fcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0 (patch) | |
tree | 6041017db6d7e11a07ba3cdd9c49df435027ee38 /lib | |
parent | e856feba484dc5617891d2c09d5af28f87d462a5 (diff) | |
download | fuse_networks-fcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0.tar.gz fuse_networks-fcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0.tar.bz2 fuse_networks-fcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0.zip |
measuring the clusters before the last avalanche again
Diffstat (limited to 'lib')
-rw-r--r-- | lib/src/network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |