summaryrefslogtreecommitdiff
path: root/lib/src/network.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-09 11:30:30 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-10-09 11:30:30 -0400
commitfcc4b311e3e552cdbdec0e99f9d9da7a5e6d11c0 (patch)
tree6041017db6d7e11a07ba3cdd9c49df435027ee38 /lib/src/network.cpp
parente856feba484dc5617891d2c09d5af28f87d462a5 (diff)
downloadfuse_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/src/network.cpp')
-rw-r--r--lib/src/network.cpp2
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);