From: Rene Gassmoeller Date: Tue, 18 Jun 2024 23:05:19 +0000 (-0600) Subject: Add changelog X-Git-Tag: v9.6.0-rc1~179^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17138%2Fhead;p=dealii.git Add changelog --- diff --git a/doc/news/changes/minor/20240618Gassmoeller b/doc/news/changes/minor/20240618Gassmoeller new file mode 100644 index 0000000000..6a28a9e1fc --- /dev/null +++ b/doc/news/changes/minor/20240618Gassmoeller @@ -0,0 +1,5 @@ +Fixed: The ParticleHandler could cause a division by zero +for certain mappings when sorting particles that are +located almost exactly on mesh vertices. This is fixed now. +
+(Rene Gassmoeller, 2024/06/18)