Skip to content
Snippets Groups Projects
Commit d2df9ed7 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Added method vector to const iterator.

[[Imported from SVN: r1681]]
parent 537a4faa
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,8 @@ namespace Dune {
it_.reset();
}
const DofType * vector () const { return it_.vector(); }
private:
DofIteratorImp it_;
}; // end class DofIteratorDefault
......
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