From 06867073039ad4d9be147c0daf193f7467385af6 Mon Sep 17 00:00:00 2001 From: Andrew McBride Date: Fri, 17 Feb 2012 07:32:36 +0000 Subject: [PATCH] Deletion of old results in step-44 git-svn-id: https://svn.dealii.org/trunk@25107 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-3/step-3.cc | 4 ++++ deal.II/examples/step-4/step-4.cc | 3 +++ deal.II/examples/step-44/doc/builds-on | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/examples/step-3/step-3.cc b/deal.II/examples/step-3/step-3.cc index 6a13779f7b..3efbf83d7a 100644 --- a/deal.II/examples/step-3/step-3.cc +++ b/deal.II/examples/step-3/step-3.cc @@ -83,12 +83,16 @@ #include #include + // Finally, this is for output to a // file and to the console: #include #include #include + + + // ...and this is to import the // deal.II namespace into the global // scope: diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index c7275e145e..748503166a 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -36,10 +36,12 @@ #include #include + #include #include #include + // This is new, however: in the previous // example we got some unwanted output from // the linear solvers. If we want to suppress @@ -216,6 +218,7 @@ double RightHandSide::value (const Point &p, for (unsigned int i=0; i