summaryrefslogtreecommitdiff
path: root/src/fracture_square.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-02-21 14:01:24 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-02-21 14:01:24 -0500
commitd944bcc3df0a8d7a10b755b5858c85e61a835a35 (patch)
tree611a52a9d51439e9cd39b6ef9bfe35b0e966c38d /src/fracture_square.cpp
parenta408c9884e5267a6fd3c9555b1c94e32df92fee5 (diff)
downloadfuse_networks-d944bcc3df0a8d7a10b755b5858c85e61a835a35.tar.gz
fuse_networks-d944bcc3df0a8d7a10b755b5858c85e61a835a35.tar.bz2
fuse_networks-d944bcc3df0a8d7a10b755b5858c85e61a835a35.zip
simplified and sped up measurementsn substantially, correlation functions and some distributions again incompatible
Diffstat (limited to 'src/fracture_square.cpp')
-rw-r--r--src/fracture_square.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fracture_square.cpp b/src/fracture_square.cpp
index 47d7d67..dec4a2c 100644
--- a/src/fracture_square.cpp
+++ b/src/fracture_square.cpp
@@ -57,7 +57,7 @@ int main(int argc, char* argv[]) {
cholmod_common c;
CHOL_F(start)(&c);
- ma meas(Lx, Ly, 2*Lx, 2*Ly, beta, 10);
+ ma meas(Lx, Ly, 2*Lx, 2*Ly, beta);
graph G(Lx, Ly);
network perm_network(G, &c);