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

Removed unused variable.

[[Imported from SVN: r550]]
parent df6bea11
No related branches found
No related tags found
No related merge requests found
......@@ -309,9 +309,7 @@ namespace Dune
aggregates[index->localIndexPair().local()] !=
AggregatesMap<typename Graph::VertexDescriptor>::ISOLATED)
{
typename Graph::VertexDescriptor aggregate = index->localIndexPair().local();
//std::cout<<* coarseLookup.pair(aggregates[aggregate]) << " also present on "<<neighbour->first<<std::endl;
assert(aggregates[aggregate]<(int)attributes.size());
assert(aggregates[index->localIndexPair().local()]<(int)attributes.size());
assert(attributes[aggregates[index->localIndexPair().local()]] == std::numeric_limits<char>::max()
|| attributes[aggregates[index->localIndexPair().local()]] == index->attribute());
attributes[aggregates[index->localIndexPair().local()]] = index->attribute();
......
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