From: wolf Date: Mon, 9 Apr 2001 16:35:12 +0000 (+0000) Subject: Fix (strange?) compiler warning. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a54b4216d31d020bda56da76207ce614310f37;p=dealii-svn.git Fix (strange?) compiler warning. git-svn-id: https://svn.dealii.org/trunk@4416 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 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