From 3123519d9f91dc28a712a15dcda0262cc9610511 Mon Sep 17 00:00:00 2001 From: blaisb Date: Tue, 2 Jun 2020 16:13:50 -0400 Subject: [PATCH] Removed reference to step-19 for the moment to prevent CI error --- examples/step-68/step-68.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5