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

Removed unused variable.

[[Imported from SVN: r4381]]
parent a964da3f
Branches
Tags
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.
Please register or to comment