Skip to content
Snippets Groups Projects
Commit 0b4a76c9 authored by Christian Engwer's avatar Christian Engwer
Browse files

small fixes in the documentation

[[Imported from SVN: r320]]
parent fbd0ab02
No related branches found
No related tags found
No related merge requests found
......@@ -1371,7 +1371,7 @@ namespace Dune
*/
typedef typename G::EdgeProperties EdgeProperties;
/**
* @brief The vertex descriptor.
* @brief The edge descriptor.
*/
typedef typename G::EdgeDescriptor Edge;
......@@ -1391,7 +1391,7 @@ namespace Dune
/**
* @brief Get the properties associated to a vertex.
* @param vertex The vertex whose Properties we want.
* @param edge The edge whose Properties we want.
*/
EdgeProperties& operator[](const Edge& edge) const
{
......
......@@ -139,7 +139,7 @@ namespace Dune {
/** \brief Set up loop solver
\tparam P The preconditioner type
\param P The preconditioner type
\param prec A preconditioner object
\param maxit Maximum number of iterations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment