From: Fernando Posada Date: Tue, 31 Mar 2015 20:43:03 +0000 (+0200) Subject: Fix spelling mistakes on recent changes. X-Git-Tag: v8.3.0-rc1~333^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F720%2Fhead;p=dealii.git Fix spelling mistakes on recent changes. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 36d1eb1d09..1dabada2bb 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -402,9 +402,9 @@ inconvenience this causes.

Specific improvements

    -
  1. New: A new funtion 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 +
  2. 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)