From: Wolfgang Bangerth Date: Thu, 2 Mar 2017 14:01:39 +0000 (-0700) Subject: Fix the name of a function referenced in a changelog entry. X-Git-Tag: v8.5.0-rc1~80^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4020%2Fhead;p=dealii.git Fix the name of a function referenced in a changelog entry. --- diff --git a/doc/news/changes/major/20160925Jean-PaulPelteret b/doc/news/changes/major/20160925Jean-PaulPelteret index 85a5ceafd7..aaea88e607 100644 --- a/doc/news/changes/major/20160925Jean-PaulPelteret +++ b/doc/news/changes/major/20160925Jean-PaulPelteret @@ -1,4 +1,4 @@ New: The Tensor class has two new functions implemented, namely those -that return its Tensor::adjoint() and Tensor::cofactor(). +that return its Tensor::adjugate() and Tensor::cofactor().
(Jean-Paul Pelteret, 2016/09/25)