From d85930abbcf93f09132688a0b5d6991e87efea9a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 22 Jan 2014 15:51:32 +0000 Subject: [PATCH] step-4: write constants as doubles git-svn-id: https://svn.dealii.org/trunk@32285 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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