summaryrefslogtreecommitdiff
path: root/src/animate.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-04 08:19:26 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-04 08:19:26 -0400
commitf18103d3ef037ab00004ef2095162b3802af58c2 (patch)
treea83da994ad996e007561127cab09bb1fdf2bf37c /src/animate.hpp
parentd4e6135a179cf6005cc50800f060854b34ae2e8b (diff)
parentdb745a57fc981df7db3c308321d4023d75adf351 (diff)
downloadfuse_networks-f18103d3ef037ab00004ef2095162b3802af58c2.tar.gz
fuse_networks-f18103d3ef037ab00004ef2095162b3802af58c2.tar.bz2
fuse_networks-f18103d3ef037ab00004ef2095162b3802af58c2.zip
Merge branch 'elastic' of git:research/fracture/code into elastic
Diffstat (limited to 'src/animate.hpp')
-rw-r--r--src/animate.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animate.hpp b/src/animate.hpp
index fcb89fc..865b3bd 100644
--- a/src/animate.hpp
+++ b/src/animate.hpp
@@ -10,6 +10,7 @@
class animate : public hooks {
private:
Graph G;
+ bool seen_guy;
public:
long double lv;
std::list<std::list<unsigned>> avalanches;