From 31084135d4ffdedd2e6ce90959eb215df3ac2217 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 1 Jun 1999 12:28:51 +0000 Subject: [PATCH] Doc update to make doc++ happy. git-svn-id: https://svn.dealii.org/trunk@1359 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/solution_transfer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/solution_transfer.h b/deal.II/deal.II/include/numerics/solution_transfer.h index 6f5b225261..65c1c5e24c 100644 --- a/deal.II/deal.II/include/numerics/solution_transfer.h +++ b/deal.II/deal.II/include/numerics/solution_transfer.h @@ -76,7 +76,9 @@ * The template argument #number# denotes the data type of the vectors you want * to transfer. * + * * \subsection{Implementation} + * * \begin{itemize} * \item Solution transfer while pure refinement. Assume that we have got a * solution vector on the current (original) grid. @@ -136,7 +138,7 @@ * the values of the discrete * functions in #all_out# are set to the stored local interpolated values * that are accessible due to the 'vector > *' pointer in - * #Pointerstruct# that is pointed to by the user_pointer of that cell. + * #Pointerstruct# that is pointed to by the #user_pointer# of that cell. * It is clear that #interpolate(all_in, all_out)# only can be called with * the #vector > all_in# that previously was the parameter * of the #prepare_for_coarsening_and_refinement(all_in)# function. Hence -- 2.39.5