From: Wolfgang Bangerth Date: Tue, 30 Apr 2002 11:12:21 +0000 (+0000) Subject: More back. X-Git-Tag: v8.0.0~18089 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=043f79716f87871883d00820bc1dcc3c21807ac5;p=dealii.git More back. git-svn-id: https://svn.dealii.org/trunk@5766 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 c59a4efb5b..abb03eb944 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3977,7 +3977,7 @@ int main () // One such additional // evaluation is to output the // grid in each step. - const Point evaluation_point (0.5, 0.5); + const Point evaluation_point (0.75, 0.75); descriptor.dual_functional = new DualFunctional::PointValueEvaluation (evaluation_point);