diff --git a/src/partition.c b/src/partition.c index dbec9f7ebd976a9779d4a54ee536e0e4eef331b2..6df437826de796c05143b2003dbdacb971d9b7be 100644 --- a/src/partition.c +++ b/src/partition.c @@ -504,8 +504,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID, } /* Pair? */ - else if (t->type == task_type_pair || - (t->type == task_type_sub_pair)) { + else if (t->type == task_type_pair || (t->type == task_type_sub_pair)) { /* In-cell pair? */ if (ci == cj) { /* Add weight to vertex for ci. */