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
2 files
+ 28
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,7 +29,7 @@ name(const PartitionerLibrary library)
case PartitionerLibrary::PT__end: {
}
}
throw UnexpectedError("Linear system library name is not defined!");
throw UnexpectedError("Partitioner library name is not defined!");
}
template <typename PartitionerEnumType>
Loading