]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some stray comment. Fix grammar. 15550/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 30 Jun 2023 21:01:19 +0000 (15:01 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 30 Jun 2023 21:01:19 +0000 (15:01 -0600)
examples/step-19/step-19.cc

index 8d18302c08ac161dd2ac53cf5a3c4c437d12775b..8e6f034e425f74093c9aa938f28d1d7edd585457 100644 (file)
@@ -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 <int dim>
   void CathodeRaySimulator<dim>::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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.