From: Luca Heltai Date: Wed, 27 May 2020 17:14:12 +0000 (+0200) Subject: Update doc/news/changes/minor/20200526LucaHeltai X-Git-Tag: v9.3.0-rc1~1419^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10363%2Fhead;p=dealii.git Update doc/news/changes/minor/20200526LucaHeltai Co-authored-by: Wolfgang Bangerth --- diff --git a/doc/news/changes/minor/20200526LucaHeltai b/doc/news/changes/minor/20200526LucaHeltai index 52eb8d13f7..46cb8fa148 100644 --- a/doc/news/changes/minor/20200526LucaHeltai +++ b/doc/news/changes/minor/20200526LucaHeltai @@ -1,6 +1,6 @@ New: GridTools::Cache::get_locally_owned_cell_bounding_boxes_rtree() extracts a tree of bounding boxes covering the locally owned cells of a triangulation. This can be used in conjunction with GridTools::Cache::get_covering_rtree() to -make approximate geometrical queries on who owns what spacial region. +make approximate geometrical queries on who owns what spatial region.
(Luca Heltai, 2020/05/26)