From: Wolfgang Bangerth Date: Mon, 2 Mar 2020 03:51:02 +0000 (-0700) Subject: Add a changelog entry. X-Git-Tag: v9.2.0-rc1~461^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9586%2Fhead;p=dealii.git Add a changelog entry. --- diff --git a/doc/news/changes/minor/20200301Bangerth2 b/doc/news/changes/minor/20200301Bangerth2 new file mode 100644 index 0000000000..26b5484c75 --- /dev/null +++ b/doc/news/changes/minor/20200301Bangerth2 @@ -0,0 +1,6 @@ +New: There is now a new type types::global_cell_index that is used to +denote the global index of a cell in a parallel triangulation, and +consequently also places where we compute or return the *total* number +of cells. +
+(Wolfgang Bangerth, 2020/03/01)