From: Wolfgang Bangerth Date: Mon, 2 May 2005 13:22:36 +0000 (+0000) Subject: Fix stupid error. X-Git-Tag: v8.0.0~13965 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a6122a1f61f90f621d00dab2ab42a6d5b444e8f;p=dealii.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)); }