From 5d5ec175569e9e4ed49ab8e92935e27f66f807fd Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 17 Apr 2020 17:12:19 -0400 Subject: [PATCH] Fix examples --- examples/step-69/step-69.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index 2af0b92583..b61f6cf74c 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -2307,7 +2307,7 @@ namespace Step69 // The second thing to note is that we have to compute global minimum and // maximum $\max_j |\nabla r_j|$ and $\min_j |\nabla r_j|$. Following the // same ideas used to compute the time step size in the class member - // %TimeStepping::step() we define $\max_j |\nabla r_j|$ + // %TimeStepping%::%step() we define $\max_j |\nabla r_j|$ // and $\min_j |\nabla r_j|$ as atomic doubles in order to resolve any // conflicts between threads. As usual, we use // Utilities::MPI::max() and -- 2.39.5