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
3 files
+ 44
12
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 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