From: felix.gruber Date: Mon, 9 Sep 2013 15:52:14 +0000 (+0000) Subject: fixed typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ddd382ac67a6166b02f8906e2427bb05e25c8c9;p=dealii-svn.git fixed typo git-svn-id: https://svn.dealii.org/trunk@30652 0785d39b-7218-0410-832d-ea1e28bc413d --- 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