diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fracture_square.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fracture_square.cpp b/src/fracture_square.cpp index 96e6030..f73ed85 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, beta); + ma meas(Lx, Ly, beta, 0.5); graph G(Lx, Ly); elastic_network perm_network(G, &c); |