Skip to content
Snippets Groups Projects
Commit 54b29230 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

minor changes.

[[Imported from SVN: r1288]]
parent 4fe66f96
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ namespace Dune {
for(int l=0; l<MAXL; l++)
for(int i=0; i<dim+1; i++) size_[l][i] = -1;
for(int i=0; i<dim+1; i++) globalSize_[i] = -1;
for(int i=0; i<dim+1; i++) globalSize_[i] = 0;
}
#endif
......
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