From 8b73aa3533af37376d7707a09408d42b5d83a74c Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Oct 2006 02:41:20 +0000 Subject: [PATCH] Escape a class name git-svn-id: https://svn.dealii.org/trunk@14037 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 671c214b27..fc04eff772 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -195,7 +195,7 @@ namespace Evaluation } - // @sect4{Point evaluation} + // @sect4{%Point evaluation} // The next thing is to implement // actual evaluation classes. As -- 2.39.5