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

improved doc

[[Imported from SVN: r5262]]
parent 1fcc4164
No related branches found
No related tags found
No related merge requests found
......@@ -571,7 +571,7 @@ namespace Dune {
return true;
}
//! vector space axpy operation
//! vector space axpy operation ( *this += a y )
FieldVector& axpy (const K& a, const FieldVector& y)
{
#ifndef DUNE_EXPRESSIONTEMPLATES
......@@ -924,7 +924,7 @@ namespace Dune {
return *this;
}
//! vector space axpy operation
//! vector space axpy operation ( *this += a y )
FieldVector& axpy (const K& a, const FieldVector& y)
{
p += a*y.p;
......
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