From: Daniel Arndt Date: Fri, 17 Apr 2020 21:12:19 +0000 (-0400) Subject: Fix examples X-Git-Tag: v9.2.0-rc1~207^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5ec175569e9e4ed49ab8e92935e27f66f807fd;p=dealii.git Fix examples --- 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