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 branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
info.setVertexCoords( it->first->getAABB().center() ); info.setVertexCoords( it->first->getAABB().center() );
for( uint_t nb = uint_t(0); nb < it->first->getNeighborhoodSize(); ++nb ) 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), info.setEdgeWeight( it->first->getNeighborId(nb),
static_cast<blockforest::DynamicParMetisBlockInfo::weight_t>( static_cast<blockforest::DynamicParMetisBlockInfo::weight_t>(
domain_decomposition::periodicIntersectionVolume( periodic, domain_decomposition::periodicIntersectionVolume( periodic,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment