From 55a551c3495d5b0141b76918b8f4626efbde67be Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Apr 2001 16:36:46 +0000 Subject: [PATCH] Fix (strange?) compiler warning. git-svn-id: https://svn.dealii.org/branches/Branch-3-1@4417 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/error_estimator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/numerics/error_estimator.cc b/deal.II/deal.II/source/numerics/error_estimator.cc index d635e60787..3241982d0a 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -305,7 +305,7 @@ void KellyErrorEstimator<1>::estimate (const DoFHandler<1> &dof_ { if (n_components==1) { - double v; + double v=0; neumann_bc.find(n)->second->value(cell->vertex(0), v); for (unsigned int s=0; s