From: bangerth Date: Mon, 28 Aug 2006 19:57:57 +0000 (+0000) Subject: Fix a problem with HTML markup X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7138ec2bc8c978797bef7f7cd8976f50b8568e76;p=dealii-svn.git Fix a problem with HTML markup git-svn-id: https://svn.dealii.org/trunk@13771 0785d39b-7218-0410-832d-ea1e28bc413d --- 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();