Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tiago Peixoto
graph-tool
Commits
8a84e869
Commit
8a84e869
authored
Jul 23, 2017
by
Tiago Peixoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
graph_blockmodel_multiflip_mcmc.hh: Trivial space
parent
67ce58b5
Pipeline
#349
passed with stage
in 405 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/graph/inference/graph_blockmodel_multiflip_mcmc.hh
src/graph/inference/graph_blockmodel_multiflip_mcmc.hh
+1
-1
No files found.
src/graph/inference/graph_blockmodel_multiflip_mcmc.hh
View file @
8a84e869
...
...
@@ -177,7 +177,7 @@ struct MCMC
if
(
_groups
[
s
].
empty
())
_state
.
_bclabel
[
s
]
=
_state
.
_bclabel
[
r
];
if
(
!
_groups
[
s
].
empty
()
||
_groups
[
r
].
size
()
>
m
)
if
(
!
_groups
[
s
].
empty
()
||
_groups
[
r
].
size
()
>
m
)
_mproposals
[
m
]
++
;
return
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