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

deprecated operator() in K11Matrix removed

[[Imported from SVN: r148]]
parent d5307c34
No related branches found
No related tags found
No related merge requests found
......@@ -1137,20 +1137,6 @@ namespace Dune {
//! export size
enum {rows = 1, cols = 1};
//===== random access interface to rows of the matrix
//! random access to data
K& operator() () DUNE_DEPRECATED
{
return a;
}
//! same for read only access
const K& operator() () const DUNE_DEPRECATED
{
return a;
}
//===== assignment from scalar
K11Matrix& operator= (const K& k)
......
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