From 6c912e5cfa050f0d6f279b118fc97eccaefbcd15 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 30 Apr 2002 11:12:21 +0000 Subject: [PATCH] More back. git-svn-id: https://svn.dealii.org/trunk@5766 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-14/step-14.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5