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/measurements.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/measurements.hpp') diff --git a/src/measurements.hpp b/src/measurements.hpp index aa41fd1..ba52720 100644 --- a/src/measurements.hpp +++ b/src/measurements.hpp @@ -25,11 +25,11 @@ class ma : public hooks { double *fftw_reverse_out; fftw_plan forward_plan; fftw_plan reverse_plan; - unsigned int N; + unsigned N; double Lx; double Ly; - unsigned int Mx; - unsigned int My; + unsigned Mx; + unsigned My; double beta; Graph G; // std::ofstream stress_file; @@ -57,13 +57,13 @@ class ma : public hooks { long double lv; - std::list> avalanches; + std::list> avalanches; - ma(double Lx, double Ly, unsigned int Mx, unsigned int My, double beta, unsigned Ncum); + ma(double Lx, double Ly, unsigned Mx, unsigned My, double beta, unsigned Ncum); ~ma(); 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