From d7b96f47d49e619ba515fbc7088658a1aa515683 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 22 Dec 2009 05:10:06 +0000 Subject: [PATCH] Use correct variable name. git-svn-id: https://svn.dealii.org/trunk@20262 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/doc/results.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-22/doc/results.dox b/deal.II/examples/step-22/doc/results.dox index 5efaadbaac..2afe3ca0a3 100644 --- a/deal.II/examples/step-22/doc/results.dox +++ b/deal.II/examples/step-22/doc/results.dox @@ -569,7 +569,7 @@ $k=100$ temporary vectors: gmres.solve(system_matrix, solution, system_rhs, preconditioner); - hanging_node_constraints.distribute (solution); + constraints.distribute (solution); std::cout << " " << solver_control.last_step() -- 2.39.5