diff options
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r-- | src/measurements.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp index 879f511..64cfce6 100644 --- a/src/measurements.hpp +++ b/src/measurements.hpp @@ -51,8 +51,8 @@ class ma : public hooks { std::list<unsigned> last_avalanche; std::string model_string; - ma(unsigned Lx, unsigned Ly, double beta, double w, bool o); - ma(unsigned n, double a, double beta, double w, bool o); + ma(unsigned Lx, unsigned Ly, double beta, double w); + ma(unsigned n, double a, double beta, double w); ~ma(); void pre_fracture(const network &) override; |