]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo in documentation 17164/head
authorMartin Kronbichler <martin.kronbichler@rub.de>
Fri, 21 Jun 2024 14:30:54 +0000 (16:30 +0200)
committerMartin Kronbichler <martin.kronbichler@rub.de>
Fri, 21 Jun 2024 14:38:56 +0000 (16:38 +0200)
include/deal.II/matrix_free/fe_evaluation.h

index adfce0cb6dfa26b829b0138ae653a20f1770a589..adccc050f55f2587d8ac1375772530d841c12816 100644 (file)
@@ -355,7 +355,7 @@ public:
   submit_value(const value_type val_in, const unsigned int q_point);
 
   /**
-   * In 1D, the value_type and gradient_type can be unintentionally be mixed
+   * In 1D, the value_type and gradient_type can be unintentionally mixed
    * up because FEEvaluationBase does not distinguish between scalar accessors
    * and vector-valued accessors and the respective types, but solely in terms
    * of the number of components and dimension. Thus, enable the use of
@@ -410,7 +410,7 @@ public:
   submit_gradient(const gradient_type grad_in, const unsigned int q_point);
 
   /**
-   * In 1D, the value_type and gradient_type can be unintentionally be mixed
+   * In 1D, the value_type and gradient_type can be unintentionally mixed
    * up because FEEvaluationBase does not distinguish between scalar accessors
    * and vector-valued accessors and the respective types, but solely in terms
    * of the number of components and dimension. Thus, enable the use of

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.