]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor adjustment to step-77. 15408/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Jun 2023 00:27:34 +0000 (18:27 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 21 Jun 2023 00:27:34 +0000 (18:27 -0600)
examples/step-77/step-77.cc

index dd97e55d71e1631b6f66377ac19076bbe996db87..76366673ccd4b8a82c0aac8e9a508d2ac5ecfb8d 100644 (file)
@@ -614,7 +614,7 @@ namespace Step77
           nonlinear_solver.solve_with_jacobian = [&](const Vector<double> &rhs,
                                                      Vector<double> &      dst,
                                                      const double tolerance) {
-            this->solve(rhs, dst, tolerance);
+            solve(rhs, dst, tolerance);
           };
 
           nonlinear_solver.solve(current_solution);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.