From 95ba63a7c2a7c89b4a4e635607d8513465006f00 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 23 Feb 2008 19:29:42 +0000 Subject: [PATCH] Fix invalid HTML tag. git-svn-id: https://svn.dealii.org/trunk@15761 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5