From adc36795685e3564387080cbb2580ab360740cc3 Mon Sep 17 00:00:00 2001 From: Joerg Frohne Date: Fri, 8 Nov 2013 16:47:28 +0000 Subject: [PATCH] fix bug for damping git-svn-id: https://svn.dealii.org/trunk@31592 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5