From: wolf Date: Wed, 2 Feb 2000 15:04:42 +0000 (+0000) Subject: Small clean-ups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa9616965e070a4ba9109c77bc3690d601010d4;p=dealii-svn.git Small clean-ups. git-svn-id: https://svn.dealii.org/trunk@2330 0785d39b-7218-0410-832d-ea1e28bc413d --- 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,