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
VTK
VTK
Commits
1a742ebc
Commit
1a742ebc
authored
Jun 08, 1994
by
Will Schroeder
Browse files
*** empty log message ***
parent
4e48c8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ImpMod.cc
View file @
1a742ebc
...
...
@@ -80,7 +80,7 @@ void vlImplicitModeller::SetModelBounds(float xmin, float xmax, float ymin, floa
this
->
Origin
[
1
]
=
ymin
;
this
->
Origin
[
2
]
=
zmin
;
if
(
(
length
=
xm
in
-
xm
ax
)
==
0.0
)
length
=
1.0
;
if
(
(
length
=
xm
ax
-
xm
in
)
==
0.0
)
length
=
1.0
;
this
->
AspectRatio
[
0
]
=
1.0
;
this
->
AspectRatio
[
1
]
=
(
ymax
-
ymin
)
/
length
;
this
->
AspectRatio
[
2
]
=
(
zmax
-
zmin
)
/
length
;
...
...
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