From: blaisb Date: Tue, 2 Jun 2020 20:13:50 +0000 (-0400) Subject: Removed reference to step-19 for the moment to prevent CI error X-Git-Tag: v9.3.0-rc1~1101^2~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3123519d9f91dc28a712a15dcda0262cc9610511;p=dealii.git Removed reference to step-19 for the moment to prevent CI error --- diff --git a/examples/step-68/step-68.cc b/examples/step-68/step-68.cc index 921d955914..622e1a2c84 100644 --- a/examples/step-68/step-68.cc +++ b/examples/step-68/step-68.cc @@ -560,7 +560,7 @@ namespace Step68 // Compute the velocity at the particle locations by evaluating // the finite element solution at the position of the particles. // This is essentially an optimized version of the particle advection - // functionality in step-19, but instead of creating quadrature + // functionality in step 19, but instead of creating quadrature // objects and FEValues objects for each cell, we do the // evaluation by hand, which is somewhat more efficient and only // matters for this tutorial, because the particle work is the