From b370a5697f4651b0e75c612ea9b9191b44abca7f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:19:21 +0000 Subject: [PATCH] Add missing tick git-svn-id: https://svn.dealii.org/trunk@12624 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-17/step-17.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5