From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Tue, 4 Jul 2000 12:20:50 +0000 (+0000)
Subject: Micro change (add const)
X-Git-Tag: v8.0.0~20290
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b240d037934b21af611f6d7a5d028b7b983adeb;p=dealii.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<float>        &error,
 				       const vector<bool>   &component_mask_,
 				       const Function<1>    *coefficient,
-				       unsigned int)
+				       const unsigned int)
 {
   const unsigned int n_components = dof.get_fe().n_components();