From 9295c1ad92b9fabfbe5468bb4e7be11b96027554 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 2 May 2005 13:22:36 +0000 Subject: [PATCH] Fix stupid error. git-svn-id: https://svn.dealii.org/trunk@10590 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/step-17.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index 5e38916fab..850ccae958 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -962,7 +962,7 @@ void ElasticProblem::assemble_system () ExcInternalError()); system_rhs(boundary_value->first) - = (boundary_value->second / + = (boundary_value->second * system_matrix.diag_element (boundary_value->first)); } -- 2.39.5