From bdb993f878b84dc60b0dab58ca80016561b60365 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 14 Apr 2005 23:32:32 +0000 Subject: [PATCH] Replace a few single dashes by a double-dash, so that the doc generates can convert it to — git-svn-id: https://svn.dealii.org/trunk@10502 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 4 ++-- deal.II/examples/step-14/step-14.cc | 4 ++-- deal.II/examples/step-15/step-15.cc | 2 +- deal.II/examples/step-9/step-9.cc | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 1a8fdf2697..85a3c8d0df 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -16,8 +16,8 @@ // a list of include files from the // library, and as usual they are in // the standard order which is - // ``base'' - ``lac'' - ``grid'' - - // ``dofs'' - ``fe'' - ``numerics'' + // ``base'' -- ``lac'' -- ``grid'' -- + // ``dofs'' -- ``fe'' -- ``numerics'' // (as each of these categories // roughly builds upon previous // ones), then C++ standard headers: diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index 8849e93501..a06c14a179 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -3342,7 +3342,7 @@ namespace LaplaceSolver } - // @sect4{Computing edge term error contributions - 1} + // @sect4{Computing edge term error contributions -- 1} // On the other hand, computation // of the edge terms for the error @@ -3481,7 +3481,7 @@ namespace LaplaceSolver } - // @sect4{Computing edge term error contributions - 2} + // @sect4{Computing edge term error contributions -- 2} // We are still missing the case of // faces with hanging nodes. This diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index 85a2ecbc05..11ba91ff55 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -39,7 +39,7 @@ #include #include - // This is probably the only new one - it + // This is probably the only new one -- it // declares the class that we use to transfer // a solution on one grid to the one we // obtain after refining/coarsening it: diff --git a/deal.II/examples/step-9/step-9.cc b/deal.II/examples/step-9/step-9.cc index 20441af60e..6b9e4c1c61 100644 --- a/deal.II/examples/step-9/step-9.cc +++ b/deal.II/examples/step-9/step-9.cc @@ -1389,8 +1389,8 @@ void AdvectionProblem::output_results (const unsigned int cycle) const } - // ... as is the main loop (setup - - // solve - refine) + // ... as is the main loop (setup -- + // solve -- refine) template void AdvectionProblem::run () { -- 2.39.5