From afe7000d6147cefd030413cb3d051c2a6260f608 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 19 Apr 2019 13:31:38 -0400 Subject: changed some constants --- src/fracture.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fracture.cpp') diff --git a/src/fracture.cpp b/src/fracture.cpp index 2651668..f697617 100644 --- a/src/fracture.cpp +++ b/src/fracture.cpp @@ -73,8 +73,8 @@ int main(int argc, char* argv[]) { std::mt19937 rng{seeds}; if (use_aN) { - unsigned Mx = pow(2, ceil(log2(4*sqrt(2*n*a)))); - unsigned My = pow(2, ceil(log2(4*sqrt(2*n/a)))); + unsigned Mx = (unsigned)4*sqrt(2*n*a); + unsigned My = (unsigned)4*sqrt(2*n/a); ma meas(n, a, Mx, My, beta); -- cgit v1.2.3-70-g09d2