From: Wolfgang Bangerth Date: Tue, 22 Dec 2009 05:10:06 +0000 (+0000) Subject: Use correct variable name. X-Git-Tag: v8.0.0~6718 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9476d3a59164c7f9203a6d6a3c8c0c8daa602174;p=dealii.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()