From 477e5fd74105e6bc27308ec2f55c855344efa58f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:56:43 +0000 Subject: [PATCH] Use proper formulas. git-svn-id: https://svn.dealii.org/trunk@12633 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-12/step-12.cc | 4 ++-- deal.II/examples/step-21/step-21.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 0cdca96a4d..5c6770d39d 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -1485,8 +1485,8 @@ void DGMethod::solve (Vector &solution) // do not consider approximate second // derivatives because solutions to // the linear advection equation are - // in general not in H^2 but in H^1 - // (to be more precise, in H^1_\beta) + // in general not in $H^2$ but in $H^1$ + // (to be more precise, in $H^1_\beta$) // only. template void DGMethod::refine_grid () diff --git a/deal.II/examples/step-21/step-21.cc b/deal.II/examples/step-21/step-21.cc index 4761e5c92b..88a1f8dd13 100644 --- a/deal.II/examples/step-21/step-21.cc +++ b/deal.II/examples/step-21/step-21.cc @@ -1564,8 +1564,8 @@ void DGMethod::solve (Vector &solution) // do not consider approximate second // derivatives because solutions to // the linear advection equation are - // in general not in H^2 but in H^1 - // (to be more precise, in H^1_\beta) + // in general not in $H^2$ but in $H^1$ + // (to be more precise, in $H^1_\beta$) // only. template void DGMethod::refine_grid () -- 2.39.5