From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:19:21 +0000 (+0000) Subject: Add missing tick X-Git-Tag: v8.0.0~12074 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b370a5697f4651b0e75c612ea9b9191b44abca7f;p=dealii.git Add missing tick git-svn-id: https://svn.dealii.org/trunk@12624 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc index 09d003db4a..b16e099399 100644 --- a/deal.II/examples/step-17/step-17.cc +++ b/deal.II/examples/step-17/step-17.cc @@ -491,7 +491,7 @@ void ElasticProblem::setup_system () // to do this first part: instead of // copying elements by hand into the // global matrix, we use the - // `distribute_local_to_global'' + // ``distribute_local_to_global'' // functions below to take care of // hanging nodes at the same // time. The second step, elimination