From: Karl Ljungkvist Date: Mon, 30 Jan 2017 13:13:52 +0000 (+0100) Subject: remove unused vector variable X-Git-Tag: v8.5.0-rc1~190^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3871%2Fhead;p=dealii.git remove unused vector variable --- diff --git a/examples/step-37/step-37.cc b/examples/step-37/step-37.cc index e987776ac1..f74f388bf7 100644 --- a/examples/step-37/step-37.cc +++ b/examples/step-37/step-37.cc @@ -727,7 +727,6 @@ namespace Step37 MGLevelObject mg_matrices; LinearAlgebra::distributed::Vector solution; - LinearAlgebra::distributed::Vector solution_update; LinearAlgebra::distributed::Vector system_rhs; double setup_time;