summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp2
1 files changed, 1 insertions, 1 deletions
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;