From: Peter Munch Date: Mon, 14 Oct 2019 20:06:01 +0000 (+0200) Subject: Fix docu in Tensor X-Git-Tag: v9.2.0-rc1~985^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8907%2Fhead;p=dealii.git Fix docu in Tensor --- diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index cc7633a3ce..e763038329 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -2105,7 +2105,7 @@ DEAL_II_CONSTEXPR inline DEAL_II_ALWAYS_INLINE * (index_4==0) the invocation of this function is this function * is * @code - * contract<0, 2, 1, 0>(t1, t2); + * double_contract<0, 2, 1, 0>(t1, t2); * @endcode * * @note The position of the index is counted from 0, i.e.,