From ab3c7204c164e86c32e4ec2f30beee5966cd9570 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Oct 2017 22:04:04 -0600 Subject: [PATCH] Add changelog. --- doc/news/changes/incompatibilities/20171023Bangerth | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20171023Bangerth diff --git a/doc/news/changes/incompatibilities/20171023Bangerth b/doc/news/changes/incompatibilities/20171023Bangerth new file mode 100644 index 0000000000..6fbcc50fc0 --- /dev/null +++ b/doc/news/changes/incompatibilities/20171023Bangerth @@ -0,0 +1,6 @@ +Changed: The direction argument of the DoFRenumbering::downstream() +and related functions have been changed from a Point to a +Tensor<1,dim> type, since that is the correct data type for a +direction vector. +
+(Wolfgang Bangerth, 2017/10/23) -- 2.39.5