]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some unneeded backslashes. 10007/head
authorDavid Wells <drwells@email.unc.edu>
Fri, 1 May 2020 16:53:16 +0000 (12:53 -0400)
committerDavid Wells <drwells@email.unc.edu>
Fri, 1 May 2020 16:53:16 +0000 (12:53 -0400)
MathJax doesn't need to escape underscores in text mode.

include/deal.II/lac/linear_operator.h

index f210c3dc1ecd519b94e4f9826516ba3f8f1c9de5..d7c855ff3adbd197c24ceb17ebb2255a64344ba3 100644 (file)
@@ -370,8 +370,8 @@ public:
  * @relatesalso LinearOperator
  *
  * Addition of two linear operators @p first_op and @p second_op given by
- * $(\text{first\_op}+\text{second\_op})x \dealcoloneq \text{first\_op}(x) +
- * \text{second\_op}(x)$
+ * $(\text{first_op}+\text{second_op})x \dealcoloneq \text{first_op}(x) +
+ * \text{second_op}(x)$
  *
  * @ingroup LAOperators
  */
@@ -429,8 +429,8 @@ operator+(const LinearOperator<Range, Domain, Payload> &first_op,
  * @relatesalso LinearOperator
  *
  * Subtraction of two linear operators @p first_op and @p second_op given by
- * $(\text{first\_op}-\text{second\_op})x \dealcoloneq \text{first\_op}(x) -
- * \text{second\_op}(x)$
+ * $(\text{first_op}-\text{second_op})x \dealcoloneq \text{first_op}(x) -
+ * \text{second_op}(x)$
  *
  * @ingroup LAOperators
  */
@@ -564,8 +564,8 @@ operator*(const LinearOperator<Range, Domain, Payload> &op,
  * @relatesalso LinearOperator
  *
  * Composition of two linear operators @p first_op and @p second_op given by
- * $(\text{first\_op}*\text{second\_op})x \dealcoloneq
- * \text{first\_op}(\text{second\_op}(x))$
+ * $(\text{first_op}*\text{second_op})x \dealcoloneq
+ * \text{first_op}(\text{econd_op}(x))$
  *
  * @ingroup LAOperators
  */

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.