Skip to content
Snippets Groups Projects
Commit 699df7c2 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Formatting

parent ca0eafb8
Branches
Tags
No related merge requests found
...@@ -504,8 +504,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID, ...@@ -504,8 +504,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID,
} }
/* Pair? */ /* Pair? */
else if (t->type == task_type_pair || else if (t->type == task_type_pair || (t->type == task_type_sub_pair)) {
(t->type == task_type_sub_pair)) {
/* In-cell pair? */ /* In-cell pair? */
if (ci == cj) { if (ci == cj) {
/* Add weight to vertex for ci. */ /* Add weight to vertex for ci. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment