summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-12 11:10:21 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-12 11:10:21 -0400
commitb272c3f5e01c4cbbffddc1e75c27f221255236c1 (patch)
tree830837eff8106f907cb211cefa0dca2eca474b8b /src/measurements.hpp
parentbfb1bb5d9172fea3fd6bd28a4ad388dbdcbe8200 (diff)
downloadfuse_networks-b272c3f5e01c4cbbffddc1e75c27f221255236c1.tar.gz
fuse_networks-b272c3f5e01c4cbbffddc1e75c27f221255236c1.tar.bz2
fuse_networks-b272c3f5e01c4cbbffddc1e75c27f221255236c1.zip
fixed calling a square lattice in the fracture problem
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;