From: Wolfgang Bangerth Date: Tue, 28 Apr 1998 12:54:16 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~23038 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4749e80c3c3c7730b6731c8a233d797f8f64138;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@216 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);