]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typos in the glossary.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 8 Aug 2013 14:52:38 +0000 (14:52 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 8 Aug 2013 14:52:38 +0000 (14:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@30257 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/glossary.h

index 2f11c18f66aa12c0ed156378ae4fcca77cc35061..c9a106b56987ffdf3f8be3b40682f0376887b3a8 100644 (file)
@@ -1215,7 +1215,7 @@ Article{JK10,
  *      // in 3d
  *      for (cell=dof_handler.begin_active();
  *           cell!=dof_handler.end(); ++cell)
- *        for (unsigned int line=0; line<GeometryInfo<dim>::lines_per_cell; ++l)
+ *        for (unsigned int l=0; l<GeometryInfo<dim>::lines_per_cell; ++l)
  *          if (cell->line(l)->at_boundary())
  *            {
  *               do something with this line
@@ -1271,7 +1271,7 @@ Article{JK10,
  *   @code
  *      for (cell=dof_handler.begin_active();
  *           cell!=dof_handler.end(); ++cell)
- *        for (unsigned int line=0; line<GeometryInfo<dim>::lines_per_cell; ++l)
+ *        for (unsigned int l=0; l<GeometryInfo<dim>::lines_per_cell; ++l)
  *          if (cell->line(l)->at_boundary())
  *            {
  *              cell->line(l)->set_user_index(42);

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.