From 7c4227eb3ed3f54b285d04c3cbc7804370e4175e Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 18 May 2012 10:19:06 +0000 Subject: [PATCH] Remove all traces of MinRes. git-svn-id: https://svn.dealii.org/trunk@25515 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-15/step-15.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 { -- 2.39.5