Skip to content
Snippets Groups Projects
Commit 449f45f7 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

fixed shortening warning

parent 0290065c
No related merge requests found
......@@ -63,10 +63,11 @@ public:
{
const double dx(1.0);
info.setEdgeWeight( it->first->getNeighborId(nb),
static_cast<blockforest::DynamicParMetisBlockInfo::weight_t>(
domain_decomposition::periodicIntersectionVolume( periodic,
domain,
it->first->getAABB(),
it->first->getNeighborAABB(nb).getExtended(dx)) );
it->first->getNeighborAABB(nb).getExtended(dx))) );
}
it->second = info;
continue;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment