From e937fc2fc5737f591d0b952e3b3b91f70090de9e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 25 Sep 2019 17:28:05 -0400 Subject: correctly construct measurements in square fracture --- src/fracture_square.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-54-g00ecf