Skip to content
Snippets Groups Projects
Commit f2959a20 authored by Markus Blatt's avatar Markus Blatt
Browse files

Removed wrong namespace std:: when using dvverb.

Should fix flyspray #1093

[[Imported from SVN: r1553]]
parent b2499cff
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ namespace Dune
}
}
std::dvverb<<"constructed "<<row.index()<<" non-overlapping rows"<<std::endl;
dvverb<<"constructed "<<row.index()<<" non-overlapping rows"<<std::endl;
// Now come the aggregates not owned by use.
// They represent the rows n+1, ..., N
......
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