From: bangerth Date: Sat, 23 Feb 2008 19:29:42 +0000 (+0000) Subject: Fix invalid HTML tag. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ba63a7c2a7c89b4a4e635607d8513465006f00;p=dealii-svn.git Fix invalid HTML tag. git-svn-id: https://svn.dealii.org/trunk@15761 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 516dfbb38b..5d51776589 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -846,7 +846,7 @@ void StokesProblem::assemble_system () // matrix. As mentioned above, this depends // on the spatial dimension. Since this // handled automatically by the template - // in + // dim in // InnerPreconditioner, we // don't have to manually intervene at this // point any further.