]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix some typos.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Aug 1999 10:50:56 +0000 (10:50 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 10 Aug 1999 10:50:56 +0000 (10:50 +0000)
git-svn-id: https://svn.dealii.org/trunk@1655 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.h

index fedba1ae2661890b294be27b162b8d688e9c4fdf..408d7d7f795971d14e9dc24c5eeec93acbcbc7a3 100644 (file)
@@ -118,7 +118,7 @@ class DoFAccessor {
  * from. By default, #DoFObjectAccessor<celldim,dim># derives from
  * the #typedef# in the general #DoFObjectAccessor_Inheritance<celldim,dim>#
  * class, which is #TriaObjectAccessor<celldim,dim>#,
- * but if #celldim==dim#, then the specialization #TriaObjectAccessor<dim,dim>#
+ * but if #celldim==dim#, then the specialization #DoFObjectAccessor_Inheritance<dim,dim>#
  * is used which declares its local type to be #CellAccessor<dim>#. Therefore,
  * the inheritance is automatically chosen to be from #CellAccessor# if the
  * object under consideration has full dimension, i.e. constitutes a cell.
@@ -129,7 +129,7 @@ template <int celldim, int dim>
 class DoFObjectAccessor_Inheritance 
 {
                                     /**
-                                     * Declaaration of the #typedef#.
+                                     * Declaration of the #typedef#.
                                      * See the full documentation for
                                      * more information.
                                      */
@@ -144,7 +144,7 @@ class DoFObjectAccessor_Inheritance
  * from. By default, #DoFObjectAccessor<celldim,dim># derives from
  * the #typedef# in the general #DoFObjectAccessor_Inheritance<celldim,dim>#
  * class, which is #TriaObjectAccessor<celldim,dim>#,
- * but if #celldim==dim#, then the specialization #TriaObjectAccessor<dim,dim>#
+ * but if #celldim==dim#, then the specialization #DoFObjectAccessor_Inheritance<dim,dim>#
  * is used which declares its local type to be #CellAccessor<dim>#. Therefore,
  * the inheritance is automatically chosen to be from #CellAccessor# if the
  * object under consideration has full dimension, i.e. constitutes a cell.
@@ -155,7 +155,7 @@ template <int dim>
 class DoFObjectAccessor_Inheritance<dim,dim>
 {
                                     /**
-                                     * Declaaration of the #typedef#.
+                                     * Declaration of the #typedef#.
                                      * See the full documentation for
                                      * more information.
                                      */

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.