From b272c3f5e01c4cbbffddc1e75c27f221255236c1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 12 Jun 2019 11:10:21 -0400 Subject: fixed calling a square lattice in the fracture problem --- src/measurements.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/measurements.hpp') diff --git a/src/measurements.hpp b/src/measurements.hpp index 51f7080..961ad7a 100644 --- a/src/measurements.hpp +++ b/src/measurements.hpp @@ -42,7 +42,7 @@ class ma : public hooks { std::string model_string; ma(unsigned Lx, unsigned Ly, double beta); - ma(unsigned n, double a, unsigned Mx, unsigned My, double beta); + ma(unsigned n, double a, double beta); ~ma(); void pre_fracture(const network &) override; -- cgit v1.2.3-54-g00ecf