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
61f0104b
Commit
61f0104b
authored
Aug 02, 2007
by
David Johnson
Browse files
Switch things up so that the good graph method gets called by default for
finding a set of goodnodes.
parent
8596edbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/flexdatasrv.in
View file @
61f0104b
...
...
@@ -342,10 +342,10 @@ class flexlab:
pass
try
:
if
searchtype
==
'maxclique'
:
if
searchtype
==
'oldbad'
:
retval
=
self
.
_simpleGoodnodes
(
size
,
finalnodes
)
else
:
retval
=
self
.
_GraphGoodnodes
(
meastype
,
size
,
finalnodes
)
else
:
retval
=
self
.
_simpleGoodnodes
(
size
,
finalnodes
)
except
:
raise
...
...
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