From 3d7a3f41def2ba008220b0b4eafeaa19bfda17b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 9 Feb 2000 18:17:35 +0000 Subject: [PATCH] Fix bugs in 1d mode. git-svn-id: https://svn.dealii.org/trunk@2354 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/error_estimator.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index d570d34989..4b54144fc7 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -526,7 +526,7 @@ void KellyErrorEstimator::estimate (const DoFHandler &dof, template <> void KellyErrorEstimator<1>::integrate_over_regular_face (Data &, - int , + const unsigned int, const active_cell_iterator &, const unsigned int , FEFaceValues<1> &, @@ -540,7 +540,7 @@ void KellyErrorEstimator<1>::integrate_over_regular_face (Data &, template <> void KellyErrorEstimator<1>:: integrate_over_irregular_face (Data &, - int, + const unsigned int, const active_cell_iterator &, const unsigned int , FEFaceValues<1> &, -- 2.39.5