summaryrefslogtreecommitdiff
path: root/src/measurements.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/measurements.cpp')
-rw-r--r--src/measurements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/measurements.cpp b/src/measurements.cpp
index eaa34ee..969f487 100644
--- a/src/measurements.cpp
+++ b/src/measurements.cpp
@@ -142,7 +142,7 @@ unsigned edge_r_to_ind(graph::coordinate r, double Lx, double Ly, unsigned Mx, u
return floor((Mx * r.x) / Lx) + Mx * floor((My * r.y) / Ly);
}
-ma::ma(unsigned n, double a, unsigned Mx, unsigned My, double beta) :
+ma::ma(unsigned n, double a, double beta) :
G(2 * n),
sn(2 * n),
ss(2 * n),