From b4749e80c3c3c7730b6731c8a233d797f8f64138 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Apr 1998 12:54:16 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@216 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/error-estimation/error-estimation.cc | 2 +- tests/big-tests/error-estimation/error-estimation.cc | 2 +- 2 files changed, 2 insertions(+), 2 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 d445e7d19f..8d69f8e19a 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 @@ -302,7 +302,7 @@ void PoissonProblem::run (const unsigned int start_level) { cout << " Estimating H1 error... "; KellyErrorEstimator ee; QTrapez eq; - ee.estimate_error (*dof, eq, fe, StraightBoundary(), + ee.estimate_error (*dof, eq, fe, boundary, KellyErrorEstimator::FunctionMap(), solution, estimated_error_per_cell); diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index d445e7d19f..8d69f8e19a 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -302,7 +302,7 @@ void PoissonProblem::run (const unsigned int start_level) { cout << " Estimating H1 error... "; KellyErrorEstimator ee; QTrapez eq; - ee.estimate_error (*dof, eq, fe, StraightBoundary(), + ee.estimate_error (*dof, eq, fe, boundary, KellyErrorEstimator::FunctionMap(), solution, estimated_error_per_cell); -- 2.39.5