summaryrefslogtreecommitdiff
path: root/src/animate.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-07-24 00:05:08 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-07-24 00:05:08 -0400
commit5a98729ab3cb5aeda6f3bd7288c7ee6bc59c0906 (patch)
treed2c76d31e71d1f4029ab910426a4d300366575ab /src/animate.hpp
parent492419f0ae1b32c1d4bc60997ca8eb7daba22182 (diff)
downloadfuse_networks-5a98729ab3cb5aeda6f3bd7288c7ee6bc59c0906.tar.gz
fuse_networks-5a98729ab3cb5aeda6f3bd7288c7ee6bc59c0906.tar.bz2
fuse_networks-5a98729ab3cb5aeda6f3bd7288c7ee6bc59c0906.zip
readded spatial measuremnets only for voronoi, and only for square systems
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;