From 1dfe148a05bf9990caa9e1b52576cdfc1b530abf Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 5 Mar 2020 13:14:35 -0600 Subject: [PATCH] final touches --- examples/step-69/doc/intro.dox | 4 ++-- examples/step-69/step-69.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 convex limiting 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} -

Introduction

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 && -- 2.39.5