]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix another typo in tensor.h 8908/head
authorDaniel Arndt <arndtd@ornl.gov>
Mon, 14 Oct 2019 20:34:01 +0000 (16:34 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 14 Oct 2019 20:34:01 +0000 (16:34 -0400)
include/deal.II/base/tensor.h

index e763038329d014cf2e62d959cd3f3e3b2388de3d..1a2c710c30a9c52fe378067e5ec7b2a26097bdf8 100644 (file)
@@ -2030,8 +2030,8 @@ DEAL_II_CONSTEXPR inline DEAL_II_ALWAYS_INLINE
  *
  * If for example the first index (<code>index_1==0</code>) of a tensor
  * <code>t1</code> shall be contracted with the third index
- * (<code>index_2==2</code>) of a tensor <code>t2</code>, the invocation of
- * this function is
+ * (<code>index_2==2</code>) of a tensor <code>t2</code>, this function should
+ * be invoked as
  * @code
  *   contract<0, 2>(t1, t2);
  * @endcode
@@ -2102,8 +2102,8 @@ DEAL_II_CONSTEXPR inline DEAL_II_ALWAYS_INLINE
  * If for example the first index (<code>index_1==0</code>) shall be
  * contracted with the third index (<code>index_2==2</code>), and the second
  * index (<code>index_3==1</code>) with the first index
- * (<code>index_4==0</code>) the invocation of this function is this function
- * is
+ * (<code>index_4==0</code>) of a tensor <code>t2</code>, this function should
+ * be invoked as
  * @code
  *   double_contract<0, 2, 1, 0>(t1, t2);
  * @endcode

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.