From: wolf Date: Mon, 2 May 2005 13:22:36 +0000 (+0000) Subject: Fix stupid error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9295c1ad92b9fabfbe5468bb4e7be11b96027554;p=dealii-svn.git Fix stupid error. git-svn-id: https://svn.dealii.org/trunk@10590 0785d39b-7218-0410-832d-ea1e28bc413d --- 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)); }