From: Matthias Maier <tamiko@43-1.org>
Date: Thu, 5 Mar 2020 19:14:35 +0000 (-0600)
Subject: final touches
X-Git-Tag: v9.2.0-rc1~443^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8445%2Fhead;p=dealii.git

final touches
---

diff --git a/examples/step-69/doc/intro.dox b/examples/step-69/doc/intro.dox
index 0c9544bc4d..508c44d0ce 100644
--- a/examples/step-69/doc/intro.dox
+++ b/examples/step-69/doc/intro.dox
@@ -21,9 +21,9 @@ high-performance implementation of a second-order accurate scheme that uses
 <i>convex limiting</i> techniques, and strong stability-preserving (SSP)
 time integration, see @cite GuermondEtAl2018.
 
-@dealiiTutorialDOI{10.5281/zenodo.3643899,https://zenodo.org/badge/DOI/10.5281/zenodo.3643899.svg}
+@dealiiTutorialDOI{10.5281/zenodo.3698223,https://zenodo.org/badge/DOI/10.5281/zenodo.3698223.svg}
 
-<a href="Intro></a>
+<a name="Intro></a>
 <h1>Introduction</h1>
 
 This tutorial presents a first-order scheme for solving compressible
diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc
index d28818771e..9091ef7835 100644
--- a/examples/step-69/step-69.cc
+++ b/examples/step-69/step-69.cc
@@ -2397,7 +2397,7 @@ namespace Step69
 
           // We compare the current_r_i_max and current_r_i_min (in the
           // current subrange) with r_i_max and r_i_min (for the current MPI
-          // process) and update them if necessary: */
+          // process) and update them if necessary:
 
           double current_r_i_max = r_i_max.load();
           while (current_r_i_max < r_i_max_on_subrange &&