Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
ce5f96f4
Commit
ce5f96f4
authored
Sep 26, 2015
by
Tiago Peixoto
Browse files
Remove unused variable in random_rewire.hh
parent
334becf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/generation/graph_rewiring.hh
View file @
ce5f96f4
...
...
@@ -915,10 +915,7 @@ public:
double
sum
=
0
;
for
(
size_t
i
=
0
;
i
<
iter
->
second
.
size
();
++
i
)
{
deg_t
t
=
iter
->
second
[
i
];
sum
+=
sprobs
[
s
][
i
];
}
auto
&
pr
=
_sprob
[
s
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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