From e3b663588a30ec4f05afe50c260982bd44a1bb2b Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 24 Jan 2019 19:01:18 -0500 Subject: style changes --- src/animate.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/animate.hpp') diff --git a/src/animate.hpp b/src/animate.hpp index 423eba7..fcb89fc 100644 --- a/src/animate.hpp +++ b/src/animate.hpp @@ -12,11 +12,11 @@ class animate : public hooks { Graph G; public: long double lv; - std::list> avalanches; + std::list> avalanches; - animate(double Lx, double Ly, unsigned int window_size, int argc, char *argv[]); + animate(double Lx, double Ly, unsigned window_size, int argc, char *argv[]); void pre_fracture(const network &) override; - void bond_broken(const network& net, const current_info& cur, unsigned int i) override; + void bond_broken(const network& net, const current_info& cur, unsigned i) override; void post_fracture(network &n) override; }; -- cgit v1.2.3-54-g00ecf