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
897b6f3c
Commit
897b6f3c
authored
May 14, 2002
by
Chad Barb
Browse files
Bug fix.
parent
43134c6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/wanlinksolve.cc
View file @
897b6f3c
...
...
@@ -198,7 +198,6 @@ static inline void calcError( Solution * t )
printf
(
"%i nodes multiplexed on physical node %s, (err [(vnodes - 1) * plexPenalty] %4.3f)
\n
"
,
t
->
pnode_uses
[
x
],
pnodeNames
[
x
].
c_str
(),
plexPenalty
,
errDelta
);
}
err
+=
errDelta
;
...
...
@@ -498,7 +497,6 @@ int main( int argc, char ** argv )
" maximum number of virtual nodes allowed on each"
" physical node.
\n
"
,
pnodes
);
}
for
(
int
i
=
0
;
i
<
pnodes
;
i
++
)
{
char
name
[
1024
];
gets
(
line
);
sscanf
(
line
,
"%i"
,
&
(
maxplex
[
i
]));
}
...
...
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