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

fixed conversion warning

parent 28602e02
No related merge requests found
......@@ -68,7 +68,7 @@ public:
info.setVertexCoords( it->first->getAABB().center() );
for( uint_t nb = uint_t(0); nb < it->first->getNeighborhoodSize(); ++nb )
{
const double dx(1.0);
const real_t dx(1.0);
info.setEdgeWeight( it->first->getNeighborId(nb),
static_cast<blockforest::DynamicParMetisBlockInfo::weight_t>(
domain_decomposition::periodicIntersectionVolume( periodic,
......
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