From 53df22794444cce94cd9b40f9c4ec3351e728c97 Mon Sep 17 00:00:00 2001 From: Jihuan Tian Date: Mon, 10 Feb 2020 13:47:26 +0800 Subject: [PATCH] Add a description file for the fix committed in c4b096d --- doc/news/changes/minor/20200209JihuanTian | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/news/changes/minor/20200209JihuanTian diff --git a/doc/news/changes/minor/20200209JihuanTian b/doc/news/changes/minor/20200209JihuanTian new file mode 100644 index 0000000000..6693d98e3e --- /dev/null +++ b/doc/news/changes/minor/20200209JihuanTian @@ -0,0 +1,4 @@ +Fixed: The output message generated by ExcInvalidBoundaryFunction() in deal.II/numerics/error_estimator.h, i.e. "However, the finite element in use has arg2 components" should be "However, the finite element in use has arg3 components". This is now fixed. +
+(Jihuan Tian, 2020/02/09) + -- 2.39.5