Skip to content
Snippets Groups Projects

Merge branch 'parmetis_compile_error' into 'master'

Merged Ansgar Burchardt requested to merge cherry-pick-73dfcda5 into releases/2.5
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -130,7 +130,7 @@ namespace Dune
* \return std::vector with one uint per All_Partition element. For each Interior_Partition element, the entry is the
* number of the partition the element is assigned to.
*/
static std::vector<unsigned> repartition(const GridView& gv, const Dune::MPIHelper& mpihelper, real_type& itr = 1000) {
static std::vector<unsigned> repartition(const GridView& gv, const Dune::MPIHelper& mpihelper, real_type itr = 1000) {
// Create global index map
GlobalIndexSet<GridView> globalIndex(gv,0);
Loading