Skip to content
Snippets Groups Projects
Commit c76d074d authored by Peter Bastian's avatar Peter Bastian
Browse files

do not assign iterators, not implemented in AlbertaGrid

[[Imported from SVN: r2963]]
parent eeb519d0
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ namespace Dune
std::cout << "vertexmapper has size " << vertexmapper.size() << std::endl;
// handle each leaf element and insert the nonzeros
eendit = is.template end<0,All_Partition>();
// eendit = is.template end<0,All_Partition>();
for (Iterator it = is.template begin<0,All_Partition>(); it!=eendit; ++it)
{
Dune::GeometryType gt = it->geometry().type();
......
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