From: Matthias Maier Date: Thu, 2 Apr 2015 08:18:18 +0000 (+0200) Subject: fix changes.h entry X-Git-Tag: v8.3.0-rc1~325^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f35c898a972b95349b2dd7c3b2a0c941ff00733;p=dealii.git fix changes.h entry --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 50c4e72e2c..c3d10395e1 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -409,10 +409,10 @@ inconvenience this causes. (Nicola Giuliani, 2015/04/01)
  • -
  • New: A new function to get a map with all vertices at boundaries - has been added in GridTools::get_all_vertices_at_boundary. - This function will return a map wich can be used in functions - like GridTools::Laplace_transform. +
  • New: A function to get a map with all vertices at boundaries has + been added at GridTools::get_all_vertices_at_boundary(). This function + will return a map which can be used in functions like + GridTools::laplace_transform().
    (Fernando Posada, 2015/03/31)