summaryrefslogtreecommitdiff
path: root/src/animate_fracture_square.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/animate_fracture_square.cpp')
-rw-r--r--src/animate_fracture_square.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/animate_fracture_square.cpp b/src/animate_fracture_square.cpp
index d2efde9..84cc8a5 100644
--- a/src/animate_fracture_square.cpp
+++ b/src/animate_fracture_square.cpp
@@ -63,10 +63,10 @@ int main(int argc, char* argv[]) {
std::mt19937 rng{seeds};
graph G(Lx, Ly);
- network perm_network(G, &c);
+ elastic_network perm_network(G, &c);
for (unsigned trial = 0; trial < N; trial++) {
- network tmp_network(perm_network);
+ elastic_network tmp_network(perm_network);
tmp_network.set_thresholds(beta, rng);
tmp_network.fracture(meas);