]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Ensure that doxygen doesn't eat leading asterisk (which here isn't a
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 13 Apr 2011 19:06:22 +0000 (19:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 13 Apr 2011 19:06:22 +0000 (19:06 +0000)
comment marker but a multiplication operator).

git-svn-id: https://svn.dealii.org/trunk@23591 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/vector_valued.h

index 9b20ff77029f73ce6e36645df713e0535f3ef865..5465698458b6adbb0cba40d2f713f284b57f898a 100644 (file)
                       +
                       mu_values[q_point] *
                       scalar_product(phi_i_grad, transpose(phi_j_grad))
-                     )
-                     *
+                     ) *
                      fe_values.JxW(q_point);
              }
          }
@@ -561,8 +560,7 @@ scalar_product (const Tensor<2,dim> &u,
                       +
                       2 *
                       (phi_i_symmgrad * phi_j_symmgrad) *
-                      mu_values[q_point])
-                     *
+                      mu_values[q_point]) *
                      fe_values.JxW(q_point));
              }
          }

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.