From c2a54b4216d31d020bda56da76207ce614310f37 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 9 Apr 2001 16:35:12 +0000 Subject: [PATCH] Fix (strange?) compiler warning. git-svn-id: https://svn.dealii.org/trunk@4416 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 c803468815..01da5417e0 100644 --- a/deal.II/deal.II/source/numerics/error_estimator.cc +++ b/deal.II/deal.II/source/numerics/error_estimator.cc @@ -325,7 +325,7 @@ void KellyErrorEstimator<1>::estimate (const Mapping<1> &mapp { 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