summaryrefslogtreecommitdiff
path: root/src/fracture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fracture.cpp')
-rw-r--r--src/fracture.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fracture.cpp b/src/fracture.cpp
index 595cf1d..ebacd28 100644
--- a/src/fracture.cpp
+++ b/src/fracture.cpp
@@ -61,10 +61,10 @@ int main(int argc, char* argv[]) {
unsigned Mx = pow(2, ceil(log2(4*Lx)));
unsigned My = pow(2, ceil(log2(4*Ly)));
- ma meas(Lx, Ly, Mx, My, beta, 4);
+ ma meas(Lx, Ly, Mx, My, beta);
- randutils::auto_seed_128 seeds;
- std::mt19937 rng{seeds};
+ //randutils::auto_seed_128 seeds;
+ std::mt19937 rng{683129629};
for (unsigned trial = 0; trial < N; trial++) {
while (true) {