Skip to content
Snippets Groups Projects

Remove m_cell_global_index from Connectivity

Merged Stéphane Del Pino requested to merge feature/loadbalancing into develop
4 files
+ 68
11
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 2
0
@@ -15,8 +15,10 @@ Partitioner::partition(const CRSGraph& graph)
case PartitionerLibrary::ptscotch: {
return PTScotchPartitioner::partition(graph);
}
// LCOV_EXCL_START
default: {
throw UnexpectedError("invalid partition library");
}
// LCOV_EXCL_STOP
}
}
Loading