From 9aa9616965e070a4ba9109c77bc3690d601010d4 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 2 Feb 2000 15:04:42 +0000 Subject: [PATCH] Small clean-ups. git-svn-id: https://svn.dealii.org/trunk@2330 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/error_estimator.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index 7f08d1532f..d570d34989 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -289,7 +289,8 @@ void KellyErrorEstimator<1>::estimate (const DoFHandler<1> &dof, template -void * KellyErrorEstimator::estimate_some (Data &data, unsigned int this_thread) +void * KellyErrorEstimator::estimate_some (Data &data, + const unsigned int this_thread) { // make up a fe face values object for the @@ -554,10 +555,10 @@ integrate_over_irregular_face (Data &, template void KellyErrorEstimator:: -integrate_over_regular_face (Data &data, - int this_thread, +integrate_over_regular_face (Data &data, + const unsigned int this_thread, const active_cell_iterator &cell, - const unsigned int face_no, + const unsigned int face_no, FEFaceValues &fe_face_values_cell, FEFaceValues &fe_face_values_neighbor) { @@ -708,8 +709,8 @@ integrate_over_regular_face (Data &data, template void KellyErrorEstimator:: -integrate_over_irregular_face (Data &data, - int this_thread, +integrate_over_irregular_face (Data &data, + const unsigned int this_thread, const active_cell_iterator &cell, const unsigned int face_no, FEFaceValues &fe_face_values, -- 2.39.5