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
7ea1d8c4
Commit
7ea1d8c4
authored
Jan 23, 2009
by
Tiago Peixoto
Browse files
Fix small warning in community code
parent
0ababf9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graph/community/graph_community.hh
View file @
7ea1d8c4
...
...
@@ -248,8 +248,8 @@ struct get_communities
// choose the new energy
double
E
=
numeric_limits
<
double
>::
max
();
if
(
prob_mod_count
==
0
&&
!
modified_energies
.
empty
()
||
if
(
(
prob_mod_count
==
0
&&
!
modified_energies
.
empty
()
)
||
steepest_descent
)
{
// Temperature too low! The computer precision is not enough
...
...
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