From: Ralf Hartmann Date: Mon, 14 Mar 2005 17:27:08 +0000 (+0000) Subject: vertices_adjacent_to_line renamed to line_to_cell_vertices. X-Git-Tag: v8.0.0~14406 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b633311040cbc718309d37c1eb48a3dc3da61b2;p=dealii.git vertices_adjacent_to_line renamed to line_to_cell_vertices. git-svn-id: https://svn.dealii.org/trunk@10130 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b0607df23e..a49157794d 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -42,6 +42,17 @@ inconvenience this causes.
    +
  1. Changed: The GeometryInfo::vertices_adjacent_to_line function has been + renamed to GeometryInfo::line_to_cell_vertices to be named analogous to + the face_to_cell_vertices, face_to_cell_lines and child_to_cell_coordinates functions. +
    + (RH 2005/03/14) +

    +
  2. Changed: the file multigrid/mg_dof_tools.h was renamed to multigrid/mg_tools.h in order to match the name of the class contained.