From: Wolfgang Bangerth Date: Wed, 5 Aug 2009 18:17:16 +0000 (+0000) Subject: Nicer markup. X-Git-Tag: v8.0.0~7384 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20171ff555962fdee8004891adf8d2c3d760e22b;p=dealii.git Nicer markup. git-svn-id: https://svn.dealii.org/trunk@19183 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-4/step-4.cc b/deal.II/examples/step-4/step-4.cc index 2de4d22494..680c59bb4c 100644 --- a/deal.II/examples/step-4/step-4.cc +++ b/deal.II/examples/step-4/step-4.cc @@ -493,8 +493,8 @@ void LaplaceProblem::assemble_system () // contributions into // cell_matrix(i,j), // we have to multiply - // the gradients of shape functions i - // and j at point q_point and multiply + // the gradients of shape functions $i$ + // and $j$ at point q_point and multiply // it with the scalar weights JxW. This // is what actually happens: // fe_values.shape_grad(i,q_point)