Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Merge requests
!141
fix genuine problem detected by cppcheck.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix genuine problem detected by cppcheck.
cpp_check
into
master
Overview
0
Commits
1
Changes
1
Merged
Pedro Gonnet
requested to merge
cpp_check
into
master
9 years ago
Overview
0
Commits
1
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8e82931d
1 commit,
9 years ago
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/partition.c
+
1
−
0
Options
@@ -659,6 +659,7 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID,
split_metis
(
s
,
nr_nodes
,
celllist
);
/* Clean up. */
free
(
inds
);
if
(
bothweights
)
free
(
weights_v
);
free
(
weights_e
);
free
(
celllist
);
Loading