From: Wolfgang Bangerth Date: Wed, 11 Jan 2017 20:19:50 +0000 (-0700) Subject: Add changelog entry. X-Git-Tag: v8.5.0-rc1~263^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8689451b868664f6bef7a36503f53e2b05e531;p=dealii.git Add changelog entry. --- diff --git a/doc/news/changes/minor/20170111Bangerth b/doc/news/changes/minor/20170111Bangerth new file mode 100644 index 0000000000..5ebba8b239 --- /dev/null +++ b/doc/news/changes/minor/20170111Bangerth @@ -0,0 +1,5 @@ +Fixed: FE_Q::compare_for_face_domination() did not know how to deal +with situations where the neighboring cell was an FE_DGQ, even though +the reverse situation worked just fine. This is now fixed. +
+(Wolfgang Bangerth, 2017/01/11)