Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrij22 committed Jul 26, 2024
1 parent ec32a4a commit 7436172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iks006_nonlinear2DSolid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ auto run() {

auto lc = Ikarus::LoadControl(nonlinSolver, 20, {0, 2000});
lc.nonlinearSolver().subscribeAll(nonLinearSolverObserver);
-lc.subscribeAll(vtkWriter);
lc.subscribeAll(vtkWriter);

// Postprocessing
auto vonMisesFunction =
Expand Down

0 comments on commit 7436172

Please sign in to comment.