From 0d8b37db7d0a4ffc51e0e0749f57cbbea9d3aacd Mon Sep 17 00:00:00 2001
From: Ralf Hartmann <Ralf.Hartmann@dlr.de>
Date: Sun, 24 Feb 2008 18:05:34 +0000
Subject: [PATCH] Add changes entry on: Change the tria pointer and the
 debug_output_grid function from private to protected to be used in derived
 classes.

git-svn-id: https://svn.dealii.org/trunk@15766 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/news/changes.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index 2be4838371..6e06d82d24 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -261,9 +261,15 @@ constraints individually.
 
 <ol> 
 
+  <li> <p>Improved: The tria pointer and the debug_output_grid function in GridIn
+  are changed from private to protected to be accessible in derived classes.
+  <br>
+  (RH 2008/02/24)
+  </p></li>
+
   <li> <p>New: The new Boundary::get_new_point_on_face and
   get_intermediate_points_on_face functions offer an dimension independent
-  interface to this class.
+  interface to the Boundary class.
   <br>
   (RH 2008/02/24)
   </p></li>
-- 
2.39.5