From 20171ff555962fdee8004891adf8d2c3d760e22b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 5 Aug 2009 18:17:16 +0000 Subject: [PATCH] Nicer markup. git-svn-id: https://svn.dealii.org/trunk@19183 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-4/step-4.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.5