Skip to content
Snippets Groups Projects
Commit 2e35bc07 authored by Christian Engwer's avatar Christian Engwer
Browse files

remove obsolete (int) cast

[[Imported from SVN: r1029]]
parent 4eed1c6c
Branches
Tags
No related merge requests found
......@@ -338,7 +338,7 @@ namespace Dune
aggregates[index->localIndexPair().local()] !=
AggregatesMap<typename Graph::VertexDescriptor>::ISOLATED)
{
assert(aggregates[index->localIndexPair().local()]<(int)attributes.size());
assert(aggregates[index->localIndexPair().local()]<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