From: Joerg Frohne Date: Fri, 8 Nov 2013 16:47:28 +0000 (+0000) Subject: fix bug for damping X-Git-Tag: v8.1.0~348 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adc36795685e3564387080cbb2580ab360740cc3;p=dealii.git fix bug for damping git-svn-id: https://svn.dealii.org/trunk@31592 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index 795047c529..25da577c98 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1820,8 +1820,8 @@ namespace Step42 break; } - old_solution = solution; solution = tmp_vector; + old_solution = solution; } old_active_set = active_set;