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

removed debug message

[[Imported from SVN: r2927]]
parent 061acaf5
No related branches found
No related tags found
No related merge requests found
......@@ -973,9 +973,9 @@ namespace Dune {
h[L][i] = (H[i]-low[i])/((sgrid_ctype)N[L][i]);
L++;
std::cout << "level=" << L-1 << " size=(" << N[L-1][0];
for (int i=1; i<dim; i++) std::cout << "," << N[L-1][i];
std::cout << ")" << std::endl;
// std::cout << "level=" << L-1 << " size=(" << N[L-1][0];
// for (int i=1; i<dim; i++) std::cout << "," << N[L-1][i];
// std::cout << ")" << std::endl;
indexsets.push_back( new SGridLevelIndexSet<SGrid<dim,dimworld> >(*this,maxlevel()) );
}
......
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