From 4832fe12927aaddc100ea653703ebdcf3b725530 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 8 Jul 2017 07:44:21 -0600 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/minor/20170708Bangerth | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20170708Bangerth diff --git a/doc/news/changes/minor/20170708Bangerth b/doc/news/changes/minor/20170708Bangerth new file mode 100644 index 0000000000..8128fe9c1e --- /dev/null +++ b/doc/news/changes/minor/20170708Bangerth @@ -0,0 +1,7 @@ +Changed: The DoFRenumbering::compute_component_wise() function used to +take two template arguments that denote iterator types, one for the +begin and one for the end iterator. This has been changed: It now only +takes an iterator type argument for the begin iterator, and the end +iterator is automatically casted to that same type. +
+(Wolfgang Bangerth, 2017/07/08) -- 2.39.5