Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
201bd5fe
Commit
201bd5fe
authored
Sep 14, 2011
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation issue with older Ubuntu versions
parent
e88d4266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/graph/generation/graph_rewiring.hh
src/graph/generation/graph_rewiring.hh
+1
-1
No files found.
src/graph/generation/graph_rewiring.hh
View file @
201bd5fe
...
...
@@ -580,7 +580,7 @@ public:
BlockDeg
blockdeg
,
rng_t
&
rng
)
:
base_t
(
g
,
edge_index
,
edges
,
rng
),
_g
(
g
),
_blockdeg
(
blockdeg
)
{
unordered_set
<
deg_t
,
hash
<
deg_t
>
>
deg_set
;
tr1
::
unordered_set
<
deg_t
,
hash
<
deg_t
>
>
deg_set
;
for
(
size_t
ei
=
0
;
ei
<
base_t
::
_edges
.
size
();
++
ei
)
{
edge_t
&
e
=
base_t
::
_edges
[
ei
];
...
...
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