From cafbe0e69fe122e4956daf25a6330aa1f38b78dc Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 23 May 2008 15:11:07 +0000 Subject: [PATCH] Removed % char at one point. git-svn-id: https://svn.dealii.org/trunk@16184 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-22/step-22.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index a867914b5e..86915ddf7f 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -163,7 +163,7 @@ class StokesProblem boost::shared_ptr::type> A_preconditioner; }; - // @sect3{%Boundary values and right hand side} + // @sect3{Boundary values and right hand side} // As in step-20 and most other // example programs, the next task is -- 2.39.5