From: Wolfgang Bangerth Date: Wed, 22 May 2002 07:04:28 +0000 (+0000) Subject: Uh, fix a bad problem... X-Git-Tag: v8.0.0~18014 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04201b1d86e69c95a4d2dc277582464ca940046e;p=dealii.git Uh, fix a bad problem... git-svn-id: https://svn.dealii.org/trunk@5867 0785d39b-7218-0410-832d-ea1e28bc413d --- 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; };