From: Timo Heister Date: Wed, 22 Jan 2014 15:51:32 +0000 (+0000) Subject: step-4: write constants as doubles X-Git-Tag: v8.2.0-rc1~981 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85930abbcf93f09132688a0b5d6991e87efea9a;p=dealii.git step-4: write constants as doubles git-svn-id: https://svn.dealii.org/trunk@32285 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index d6ed24c0e9..f2bc57d2d2 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -172,9 +172,9 @@ template double RightHandSide::value (const Point &p, const unsigned int /*component*/) const { - double return_value = 0; + double return_value = 0.0; for (unsigned int i=0; i