Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
d47ce88b
Commit
d47ce88b
authored
22 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix comment
parent
2ee41e2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Graphics/Draw.cpp
+3
-2
3 additions, 2 deletions
Graphics/Draw.cpp
doc/gmsh.html
+1
-1
1 addition, 1 deletion
doc/gmsh.html
with
4 additions
and
3 deletions
Graphics/Draw.cpp
+
3
−
2
View file @
d47ce88b
// $Id: Draw.cpp,v 1.4
3
2003-03-2
6 20:14:01
geuzaine Exp $
// $Id: Draw.cpp,v 1.4
4
2003-03-2
8 16:50:43
geuzaine Exp $
//
// Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -141,7 +141,8 @@ void Orthogonalize(int x, int y)
// applications (I guess they normalize the scene to fit in a 1x1x1
// box or something...). Here, we set up a large box around the
// object, so that if we zoom a lot the resolution of the depth
// buffer might become insufficient...
// buffer might become insufficient (at least with Mesa on Linux; on
// WinXP everyhting seems to be fine).
if
(
CTX
.
ortho
)
{
double
maxz
=
MAX
(
fabs
(
CTX
.
min
[
2
]),
fabs
(
CTX
.
max
[
2
]));
if
(
maxz
<
CTX
.
lc
)
maxz
=
CTX
.
lc
;
...
...
This diff is collapsed.
Click to expand it.
doc/gmsh.html
+
1
−
1
View file @
d47ce88b
...
...
@@ -26,7 +26,7 @@ generator with built-in pre- and post-processing facilities</h1>
<p>
<h3
align=
"center"
>
Christophe Geuzaine and Jean-François Remacle
</h3>
<p>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.43
</a>
,
?? April
2003
</h3>
<h3
align=
center
>
Version
<a
href=
"doc/VERSIONS"
>
1.43
</a>
,
28 March
2003
</h3>
<p>
<center>
<a
href=
"#Description"
>
Description
</a>
|
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment