]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed stylistic issues in extension suggestion. 8523/head
authorMae Markowski <mm115@rice.edu>
Fri, 9 Aug 2019 16:11:54 +0000 (10:11 -0600)
committerMae Markowski <mm115@rice.edu>
Fri, 9 Aug 2019 16:11:54 +0000 (10:11 -0600)
examples/step-3/doc/results.dox

index 8d8522e7c17f4d509bd6ba6e34f1fedbfe4b7c61..f73bc56ae91ea82904e91267ff489ea1b12a0358 100644 (file)
@@ -132,7 +132,7 @@ suggestions:
   (here 1e-12) of -1 and 1. Try this immediately after calling
   <code>GridGenerator::hyper_cube</code>, as before:
   @code
-  for (; cell != endc; ++cell)
+  for (const auto &cell : dof_handler.active_cell_iterators())
     {
         for (unsigned int face_number = 0;
              face_number < GeometryInfo<2>::faces_per_cell;

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.