Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
699df7c2
Commit
699df7c2
authored
Jun 14, 2016
by
Matthieu Schaller
Browse files
Formatting
parent
ca0eafb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partition.c
View file @
699df7c2
...
...
@@ -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. */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment