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

removed unused variable.

[[Imported from SVN: r549]]
parent 2b8dd855
No related branches found
No related tags found
No related merge requests found
......@@ -252,8 +252,6 @@ namespace Dune
typedef typename GlobalLookupIndexSet::IndexPair::GlobalIndex GlobalIndex;
const GlobalIndex& max = std::numeric_limits<GlobalIndex>::max();
if(renumberer.globalIndex()!=std::numeric_limits<GlobalIndex>::max()) {
//std::cout <<" Adding global="<< renumberer.globalIndex()<<" local="<<static_cast<std::size_t>(renumberer)<<std::endl;
coarseIndices.add(renumberer.globalIndex(),
......
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