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

minor doc fix. Patch by Uli Sack

[[Imported from SVN: r6369]]
parent 815448d3
Branches
Tags
No related merge requests found
......@@ -336,7 +336,7 @@ namespace Dune
return false;
return true;
}
//! Binary vector incomparison
//! Binary matrix incomparison
bool operator!= (const DenseMatrix& y) const
{
return !operator==(y);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment