From: Ralf Hartmann Date: Sun, 24 Feb 2008 18:05:34 +0000 (+0000) Subject: Add changes entry on: Change the tria pointer and the debug_output_grid function... X-Git-Tag: v8.0.0~9392 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8b37db7d0a4ffc51e0e0749f57cbbea9d3aacd;p=dealii.git 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 --- 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)