Skip to content
Snippets Groups Projects
Commit b9f93a77 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

spelling

[[Imported from SVN: r376]]
parent 5f05697f
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ class SubGrid : ...@@ -318,7 +318,7 @@ class SubGrid :
} }
/** \brief Create EntityPointer from EnitySeed */ /** \brief Create EntityPointer from EntitySeed */
template < class EntitySeed > template < class EntitySeed >
typename Traits::template Codim<EntitySeed::codimension>::EntityPointer typename Traits::template Codim<EntitySeed::codimension>::EntityPointer
entityPointer(const EntitySeed& seed) const entityPointer(const EntitySeed& seed) const
...@@ -355,7 +355,7 @@ class SubGrid : ...@@ -355,7 +355,7 @@ class SubGrid :
* The parameter is currently ignored * The parameter is currently ignored
* *
* \return <ul> * \return <ul>
* <li> true, if marking was succesfull </li> * <li> true, if marking was successfull </li>
* <li> false, if marking was not possible </li> * <li> false, if marking was not possible </li>
* </ul> * </ul>
*/ */
......
...@@ -11,7 +11,7 @@ namespace Dune { ...@@ -11,7 +11,7 @@ namespace Dune {
/** /**
* \brief The EntitySeed class provides the minmal information needed to restore an Entity using the grid. * \brief The EntitySeed class provides the minimal information needed to restore an Entity using the grid.
* \ingroup SubGrid * \ingroup SubGrid
* *
*/ */
...@@ -36,7 +36,7 @@ class SubGridEntitySeed ...@@ -36,7 +36,7 @@ class SubGridEntitySeed
* We call hostEntity.seed() directly in the constructor * We call hostEntity.seed() directly in the constructor
* of SubGridEntitySeed to allow for return value optimization. * of SubGridEntitySeed to allow for return value optimization.
* *
* If would use SubGridEntitySeed(hostEntity.seed()) * If we used SubGridEntitySeed(hostEntity.seed())
* we would have one copy even with optimization enabled. * we would have one copy even with optimization enabled.
*/ */
SubGridEntitySeed(const HostEntity& hostEntity) : SubGridEntitySeed(const HostEntity& hostEntity) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment