From 043f79716f87871883d00820bc1dcc3c21807ac5 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
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<dim> evaluation_point (0.5, 0.5);
+      const Point<dim> evaluation_point (0.75, 0.75);
       descriptor.dual_functional
 	= new DualFunctional::PointValueEvaluation<dim> (evaluation_point);
       
-- 
2.39.5