* 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.
class DoFObjectAccessor_Inheritance
{
/**
- * Declaaration of the #typedef#.
+ * Declaration of the #typedef#.
* See the full documentation for
* more information.
*/
* 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.
class DoFObjectAccessor_Inheritance<dim,dim>
{
/**
- * Declaaration of the #typedef#.
+ * Declaration of the #typedef#.
* See the full documentation for
* more information.
*/