From 7138ec2bc8c978797bef7f7cd8976f50b8568e76 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Aug 2006 19:57:57 +0000 Subject: [PATCH] Fix a problem with HTML markup git-svn-id: https://svn.dealii.org/trunk@13771 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-24/step-24.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-24/step-24.cc b/deal.II/examples/step-24/step-24.cc index e71de80ea3..fed5cdf9e2 100644 --- a/deal.II/examples/step-24/step-24.cc +++ b/deal.II/examples/step-24/step-24.cc @@ -246,7 +246,7 @@ double point_value (const DoFHandler &dof, { // Define a map that maps the unit cell to a // a general grid cell with straight lines in - // dimension + // dim dimensions static const MappingQ1 mapping; const FiniteElement& fe = dof.get_fe(); -- 2.39.5