From 4998f8d0f86228038a04f051635842006c7275d2 Mon Sep 17 00:00:00 2001
From: Peter Munch <peterrmuench@gmail.com>
Date: Mon, 14 Oct 2019 22:06:01 +0200
Subject: [PATCH] Fix docu in Tensor

---
 include/deal.II/base/tensor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
  * (<code>index_4==0</code>) 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.,
-- 
2.39.5