From 1c59469379aba792221f233eabdcacb800c14e64 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 6 May 1998 14:12:54 +0000 Subject: [PATCH] Example update. git-svn-id: https://svn.dealii.org/trunk@258 0785d39b-7218-0410-832d-ea1e28bc413d --- .../Attic/examples/error-estimation/error-estimation.cc | 3 ++- deal.II/deal.II/Attic/examples/error-estimation/strip_comments | 2 +- tests/big-tests/error-estimation/error-estimation.cc | 3 ++- tests/big-tests/error-estimation/strip_comments | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc index 6c5813ac3c..7031910d93 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc +++ b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc @@ -462,7 +462,8 @@ int main () { PoissonProblem<2> problem; problem.run (2, PoissonProblem<2>::global); -// problem.run (2, PoissonProblem<2>::true_error); + problem.run (2, PoissonProblem<2>::true_error); + problem.run (2, PoissonProblem<2>::error_estimator); return 0; }; diff --git a/deal.II/deal.II/Attic/examples/error-estimation/strip_comments b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments index bea46751f2..5d2acbe004 100755 --- a/deal.II/deal.II/Attic/examples/error-estimation/strip_comments +++ b/deal.II/deal.II/Attic/examples/error-estimation/strip_comments @@ -1 +1 @@ -perl -pi -e 'if (/^[^#].*/) { }' *.inp +perl -pi -e 's/^#.*$\\n//g' *.inp diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index 6c5813ac3c..7031910d93 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -462,7 +462,8 @@ int main () { PoissonProblem<2> problem; problem.run (2, PoissonProblem<2>::global); -// problem.run (2, PoissonProblem<2>::true_error); + problem.run (2, PoissonProblem<2>::true_error); + problem.run (2, PoissonProblem<2>::error_estimator); return 0; }; diff --git a/tests/big-tests/error-estimation/strip_comments b/tests/big-tests/error-estimation/strip_comments index bea46751f2..5d2acbe004 100755 --- a/tests/big-tests/error-estimation/strip_comments +++ b/tests/big-tests/error-estimation/strip_comments @@ -1 +1 @@ -perl -pi -e 'if (/^[^#].*/) { }' *.inp +perl -pi -e 's/^#.*$\\n//g' *.inp -- 2.39.5