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

fixed metis&parmetis warnings

parent f158c718
No related merge requests found
......@@ -130,7 +130,7 @@ int main( int argc, char * argv[] )
int64_t numflag = 0;
int64_t nparts = int64_c( partitions );
std::vector< double > tpwgts( partitions, 1.0 / numeric_cast<double>( partitions ) );
std::vector< double > ubvec( ncon, 1.05 );
std::vector< double > ubvec( numeric_cast<size_t>(ncon), 1.05 );
int64_t options[] = {0,0,0};
int64_t edgecut;
std::vector< int64_t > part( fieldSize[0] * fieldSize[1] );
......
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