From 656506a761dc19a2d00ea0c311d43cbb9a8d45ec Mon Sep 17 00:00:00 2001 From: hartmann 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.
    +
  1. Improved: The tria pointer and the debug_output_grid function in GridIn + are changed from private to protected to be accessible in derived classes. +
    + (RH 2008/02/24) +

  2. +
  3. 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.
    (RH 2008/02/24)

  4. -- 2.39.5