From 2e515f1ffdcce9adfa3badb378926a781adf7305 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Tue, 12 May 2015 19:30:35 -0500 Subject: [PATCH] remove unused and deprecated header file --- examples/step-33/step-33.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/step-33/step-33.cc b/examples/step-33/step-33.cc index 8b9004ad20..21ae69b6b1 100644 --- a/examples/step-33/step-33.cc +++ b/examples/step-33/step-33.cc @@ -58,11 +58,10 @@ // linear solvers as well as for automatic differentiation. These are in the // following include files. // -// Since deal.II provides interfaces to the basic Trilinos matrices, vectors, +// Since deal.II provides interfaces to the basic Trilinos matrices, // preconditioners and solvers, we include them similarly as deal.II linear // algebra structures. #include -#include #include #include -- 2.39.5