From e98860402b5cfae06148dc4bde33efd1478a9cd1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Jan 2017 15:45:18 -0700 Subject: [PATCH] Add a changelog entry. --- doc/news/changes/incompatibilities/20170116Bangerth-2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20170116Bangerth-2 diff --git a/doc/news/changes/incompatibilities/20170116Bangerth-2 b/doc/news/changes/incompatibilities/20170116Bangerth-2 new file mode 100644 index 0000000000..8cf2ef2f8f --- /dev/null +++ b/doc/news/changes/incompatibilities/20170116Bangerth-2 @@ -0,0 +1,5 @@ +Changed: The function FETools::compute_node_matrix() used to return +its result by reference through its first argument (a reference to a +FullMatrix object). It now returns this matrix as an object. +
+(Wolfgang Bangerth, 2017/01/16) -- 2.39.5