From: Wolfgang Bangerth Date: Sat, 8 Jul 2017 13:44:21 +0000 (-0600) Subject: Add a changelog entry. X-Git-Tag: v9.0.0-rc1~1438^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4588%2Fhead;p=dealii.git Add a changelog entry. --- 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)