From: bangerth Date: Tue, 22 Dec 2009 05:10:06 +0000 (+0000) Subject: Use correct variable name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b96f47d49e619ba515fbc7088658a1aa515683;p=dealii-svn.git Use correct variable name. git-svn-id: https://svn.dealii.org/trunk@20262 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()