From: Wolfgang Bangerth Date: Fri, 18 May 2012 10:19:06 +0000 (+0000) Subject: Remove all traces of MinRes. X-Git-Tag: v8.0.0~2604 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9390a2ca6441b73e9c2c9f03e32625e4d0784f84;p=dealii.git Remove all traces of MinRes. git-svn-id: https://svn.dealii.org/trunk@25515 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index e0d0d63225..751159c4d9 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -59,12 +60,6 @@ #include - // In this tutorial, we can't use the CG-method as a solver, as - // described above, but we use the minimal residual method, which - // is included with this file. -#include -//#include - // As in previous programs: namespace Step15 {