From c449b3613db4a63d20229df649143130a291b0b9 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Mon, 9 Sep 2013 15:52:14 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.dealii.org/trunk@30652 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/step-51.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-51/step-51.cc b/deal.II/examples/step-51/step-51.cc index 865a34b468..4f8c1ee664 100644 --- a/deal.II/examples/step-51/step-51.cc +++ b/deal.II/examples/step-51/step-51.cc @@ -828,7 +828,7 @@ Step51::assemble_system_one_cell (const typename DoFHandler::active_ce scratch.u_phi[k] = scratch.fe_face_values_local[scalar].value(kk,q); } -// When @ptrace_reconstruct=false, we are preparing to solve for the skeleton variable +// When @p trace_reconstruct=false, we are preparing to solve for the skeleton variable // $\lambda$. If this is the case, we must assemble all local matrices associated // with the problem: local-local, local-face, face-local, and face-face. // The face-face matrix is stored as @p TaskData::cell_matrix, so that it can be -- 2.39.5