Skip to content
Snippets Groups Projects
Commit 7e3efc3a authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Fix for "Iterator rbegin()" in densevector, probably copy&paste bug.

[[Imported from SVN: r6608]]
parent f342682d
Branches
Tags
No related merge requests found
......@@ -303,7 +303,7 @@ namespace Dune {
//! instead.
Iterator rbegin() DUNE_DEPRECATED_MSG("Use the new method beforeEnd instead")
{
return beforeBegin();
return beforeEnd();
}
//! @returns an iterator that is positioned before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment