From: wolf Date: Tue, 4 Jul 2000 12:20:50 +0000 (+0000) Subject: Micro change (add const) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0845285c826645bd11f9570974e5cc6fd11c78a;p=dealii-svn.git Micro change (add const) git-svn-id: https://svn.dealii.org/trunk@3133 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 8b1fb6dc4e..d39948dfc3 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -156,7 +156,7 @@ void KellyErrorEstimator<1>::estimate (const DoFHandler<1> &dof, Vector &error, const vector &component_mask_, const Function<1> *coefficient, - unsigned int) + const unsigned int) { const unsigned int n_components = dof.get_fe().n_components();