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
f5916cc3
Commit
f5916cc3
authored
Apr 03, 2016
by
Tiago Peixoto
Browse files
Fix compilation error in debug mode
parent
3519b1e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/inference/graph_blockmodel_layers.hh
View file @
f5916cc3
...
...
@@ -116,7 +116,7 @@ struct Layers
{
r_u
=
iter
->
second
;
}
assert
(
r_u
<
num_vertices
(
_bg
));
assert
(
r_u
<
num_vertices
(
BaseState
::
_bg
));
return
r_u
;
}
...
...
Write
Preview
Supports
Markdown
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