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
cf79d6b5
Commit
cf79d6b5
authored
Oct 26, 2016
by
Tiago Peixoto
Browse files
graph_blockmodel_util.hh: Improve checking
parent
859bf4aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/inference/graph_blockmodel_util.hh
View file @
cf79d6b5
...
...
@@ -1139,7 +1139,7 @@ public:
{
auto
&
rs
=
_entries
[
i
];
_mes
.
push_back
(
emat
.
get_me
(
rs
.
first
,
rs
.
second
));
assert
(
_mes
.
back
()
!=
emat
.
get_null_edge
()
||
get
<
0
>
(
_delta
[
i
])
>
0
);
assert
(
_mes
.
back
()
!=
emat
.
get_null_edge
()
||
get
<
0
>
(
_delta
[
i
])
>
=
0
);
}
return
_mes
;
}
...
...
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