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
@@ -43,9 +43,7 @@ getPartitionerEnumFromName(const std::string& enum_name)
return PartitionerEnumType{enum_value};
}
}
// LCOV_EXCL_START
throw UnexpectedError(std::string{"could not find '"} + enum_name + "' associate type!");
// LCOV_EXCL_STOP
throw NormalError(std::string{"could not find '"} + enum_name + "' associate type!");
}
class PartitionerOptions
Loading