Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
11e7e0d4
Commit
11e7e0d4
authored
Jan 28, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Oops, previous revision not quite right; fixed.
parent
c351b936
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
vis/floormap.in
vis/floormap.in
+4
-5
No files found.
vis/floormap.in
View file @
11e7e0d4
...
@@ -75,11 +75,6 @@ my $last_notitles = 0; # This says there were no titles around the previous ima
...
@@ -75,11 +75,6 @@ my $last_notitles = 0; # This says there were no titles around the previous ima
my
$out_width
=
792
;
my
$out_width
=
792
;
my
$out_height
=
492
;
my
$out_height
=
492
;
if
(
$nozoom
)
{
my
$out_width
=
1280
;
my
$out_height
=
1024
;
}
# Max x,y of image to go into state file.
# Max x,y of image to go into state file.
my
$max_x
=
0
;
my
$max_x
=
0
;
my
$max_y
=
0
;
my
$max_y
=
0
;
...
@@ -166,6 +161,10 @@ if (defined($options{"a"})) {
...
@@ -166,6 +161,10 @@ if (defined($options{"a"})) {
}
}
if
(
defined
(
$options
{"
z
"}))
{
if
(
defined
(
$options
{"
z
"}))
{
$nozoom
=
1
;
$nozoom
=
1
;
# XXX For the robot maps. Bogus.
$out_width
=
1280
;
$out_height
=
1024
;
}
}
if
(
defined
(
$options
{"
d
"}))
{
if
(
defined
(
$options
{"
d
"}))
{
$debug
=
1
;
$debug
=
1
;
...
...
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