Skip to content
Snippets Groups Projects
Commit 530aa5e5 authored by Oliver Sander's avatar Oliver Sander
Browse files

small typo fixed

[[Imported from SVN: r303]]
parent 356284ff
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace Dune {
/** \brief Get the i-th diagonal element */
B& operator[](int i) {return data_[i];}
/** \brief y -= Ax */
/** \brief y += Ax */
template <class X, class Y>
void umv(const X& x, Y& y) const {
#ifdef DUNE_ISTL_WITH_CHECKING
......
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