From 2ddf55bc689c8ab2bd21189a5546e127d8b75efa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 30 Jun 2023 15:01:19 -0600 Subject: [PATCH] Remove some stray comment. Fix grammar. --- examples/step-19/step-19.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/step-19/step-19.cc b/examples/step-19/step-19.cc index 8d18302c08..8e6f034e42 100644 --- a/examples/step-19/step-19.cc +++ b/examples/step-19/step-19.cc @@ -969,14 +969,13 @@ namespace Step19 // The last member function of the principal class of this program is then the // driver. At the top, it refines the mesh a number of times by solving the - // problem (with not particles yet created) on a sequence of finer and finer + // problem (with no particles yet created) on a sequence of finer and finer // meshes. template void CathodeRaySimulator::run() { make_grid(); - // do a few refinement cycles up front const unsigned int n_pre_refinement_cycles = 3; for (unsigned int refinement_cycle = 0; refinement_cycle < n_pre_refinement_cycles; -- 2.39.5