From b8954886ef5666fa5f24b94feb790838547459c7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 Apr 2011 19:06:22 +0000 Subject: [PATCH] Ensure that doxygen doesn't eat leading asterisk (which here isn't a 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 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/doxygen/headers/vector_valued.h b/deal.II/doc/doxygen/headers/vector_valued.h index 9b20ff7702..5465698458 100644 --- a/deal.II/doc/doxygen/headers/vector_valued.h +++ b/deal.II/doc/doxygen/headers/vector_valued.h @@ -451,8 +451,7 @@ + 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)); } } -- 2.39.5