From 9a06bbe36f0aab81bc32926e1ab7fb4934c22dd0 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 17 Jun 2013 05:33:43 +0000 Subject: [PATCH] Fix two typos. git-svn-id: https://svn.dealii.org/trunk@29835 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-3/doc/intro.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/examples/step-3/doc/intro.dox b/deal.II/examples/step-3/doc/intro.dox index 6af4c4db2a..6286abe7bc 100644 --- a/deal.II/examples/step-3/doc/intro.dox +++ b/deal.II/examples/step-3/doc/intro.dox @@ -377,9 +377,10 @@ way throughout the library. @note types::global_dof_index is not the only type defined in this namespace. Rather, there is a whole family, including types::subdomain_id, types::boundary_id, and types::material_id. All of these are -typedefs for integer data types but, as explained above, they are +typedefs for integer data types but, as explained above, they are used throughout the library so that (i) the intent of a variable becomes more easily discerned, and (ii) so that it becomes possible to change the actual -type to a large one if necessary without having to go through the entire +type to a larger one if necessary without having to go through the entire library and figure out whether a particular use of unsigned int corresponds to, say, a material indicator. + -- 2.39.5