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

Removed unnecessary debug output.

[[Imported from SVN: r551]]
parent 1b0ac2b1
No related branches found
No related tags found
No related merge requests found
......@@ -2205,8 +2205,6 @@ namespace Dune
else
break;
std::cout<<"width="<<width<<std::endl;
for(int j=0, entry=0; j < m; j++) {
for(int i=0; i<n; i++, entry++) {
os.width(width);
......
......@@ -614,7 +614,6 @@ namespace Dune
InfoIterator info = parallelInformation_.coarsest();
int i=0;
for(Iterator level=matrices_.coarsest(), finest=matrices_.finest(); level != finest; --level, --info, ++amap) {
std::cout<<"Freeing level "<<i++<<std::endl;
(*amap)->free();
delete *amap;
delete &level->getmat();
......
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