From: Wolfgang Bangerth Date: Sat, 23 Feb 2008 19:29:42 +0000 (+0000) Subject: Fix invalid HTML tag. X-Git-Tag: v8.0.0~9397 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=675077871515c220077ad0d6c1c86e8b5f1ff168;p=dealii.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.