From: kronbichler Date: Fri, 23 May 2008 15:11:07 +0000 (+0000) Subject: Removed % char at one point. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f0d1ed8bf505de34a85ece7f86665dc713a51e;p=dealii-svn.git Removed % char at one point. git-svn-id: https://svn.dealii.org/trunk@16184 0785d39b-7218-0410-832d-ea1e28bc413d --- 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