From 04201b1d86e69c95a4d2dc277582464ca940046e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 22 May 2002 07:04:28 +0000 Subject: [PATCH] Uh, fix a bad problem... git-svn-id: https://svn.dealii.org/trunk@5867 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 058065f438..f1d4eeac1b 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -364,6 +364,7 @@ namespace Evaluation // cells, so we still have to // compute the mean value. Once // this is done, report the status: + point_derivative /= evaluation_point_hits; std::cout << " Point x-derivative=" << point_derivative << std::endl; }; -- 2.39.5