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
02e1ca46
Commit
02e1ca46
authored
May 20, 2022
by
Tiago Peixoto
Browse files
graph_blockmodel.hh: remove check_node_counts()
parent
f03b9b48
Pipeline
#956
failed with stage
in 506 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph/inference/blockmodel/graph_blockmodel.hh
View file @
02e1ca46
...
...
@@ -2324,9 +2324,6 @@ public:
for
(
auto
r
:
vertices_range
(
_bg
))
assert
(
size_t
(
_wr
[
r
])
==
wr
[
r
]);
if
(
_coupled_state
!=
nullptr
)
_coupled_state
->
check_node_counts
();
#endif
}
...
...
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