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
emulab
emulab-devel
Commits
da4f1e82
Commit
da4f1e82
authored
Jun 07, 2004
by
Robert Ricci
Browse files
Nit - add a space in the 'fixed node does not exist' message.
parent
0b682bab
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/anneal.cc
View file @
da4f1e82
...
...
@@ -361,7 +361,7 @@ void anneal(bool scoring_selftest, double scale_neighborhood,
fixed_it
!=
fixed_nodes
.
end
();
++
fixed_it
)
{
if
(
vname2vertex
.
find
((
*
fixed_it
).
first
)
==
vname2vertex
.
end
())
{
cout
<<
"Fixed node: "
<<
(
*
fixed_it
).
first
<<
"does not exist."
<<
endl
;
"
does not exist."
<<
endl
;
exit
(
EXIT_UNRETRYABLE
);
}
vvertex
vv
=
vname2vertex
[(
*
fixed_it
).
first
];
...
...
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