From 626aaec8ce6f3b2a14b22398d954c760f473aec1 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 18 Nov 1999 17:33:51 +0000 Subject: [PATCH] Fix non-compilability. git-svn-id: https://svn.dealii.org/trunk@1891 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/error-estimation/error-estimation.cc | 1 + tests/big-tests/error-estimation/error-estimation.cc | 1 + 2 files changed, 2 insertions(+) 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 ee14debf93..28c537d737 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 @@ -550,6 +550,7 @@ void PoissonProblem::run (ParameterHandler &prm) { KellyErrorEstimator::FunctionMap(), solution, estimated_error_per_cell, + vector(), // all components ((prm.get("Test case")=="Kink") ? &kink_coefficient : 0 )); cout << estimated_error_per_cell.l2_norm() << endl; diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index ee14debf93..28c537d737 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -550,6 +550,7 @@ void PoissonProblem::run (ParameterHandler &prm) { KellyErrorEstimator::FunctionMap(), solution, estimated_error_per_cell, + vector(), // all components ((prm.get("Test case")=="Kink") ? &kink_coefficient : 0 )); cout << estimated_error_per_cell.l2_norm() << endl; -- 2.39.5