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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
f94a7485
Commit
f94a7485
authored
24 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
11aa976e
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Fltk/Colorbar_Window.cpp
+3
-3
3 additions, 3 deletions
Fltk/Colorbar_Window.cpp
Fltk/GUI.cpp
+1
-5
1 addition, 5 deletions
Fltk/GUI.cpp
Fltk/GUI.h
+0
-1
0 additions, 1 deletion
Fltk/GUI.h
www/gmsh.html
+2
-4
2 additions, 4 deletions
www/gmsh.html
with
6 additions
and
13 deletions
Fltk/Colorbar_Window.cpp
+
3
−
3
View file @
f94a7485
// $Id: Colorbar_Window.cpp,v 1.
6
2001-02-0
4
1
0
:2
3:56
geuzaine Exp $
// $Id: Colorbar_Window.cpp,v 1.
7
2001-02-0
5
1
4
:2
0:14
geuzaine Exp $
#include
"Gmsh.h"
#include
"Gmsh.h"
#include
"GmshUI.h"
#include
"GmshUI.h"
...
@@ -133,7 +133,7 @@ void Colorbar_Window::redraw_range(int a, int b){
...
@@ -133,7 +133,7 @@ void Colorbar_Window::redraw_range(int a, int b){
int
intensity
;
int
intensity
;
double
H
,
S
,
V
;
double
H
,
S
,
V
;
WID
->
make_colorbar
_current
();
make
_current
();
if
(
a
<
0
)
a
=
0
;
if
(
a
<
0
)
a
=
0
;
if
(
b
>=
ct
->
size
)
b
=
ct
->
size
-
1
;
if
(
b
>=
ct
->
size
)
b
=
ct
->
size
-
1
;
...
@@ -283,7 +283,7 @@ void Colorbar_Window::redraw_marker(){
...
@@ -283,7 +283,7 @@ void Colorbar_Window::redraw_marker(){
char
str
[
50
];
char
str
[
50
];
float
val
;
float
val
;
WID
->
make_colorbar
_current
();
make
_current
();
y0
=
marker_y
;
y0
=
marker_y
;
y1
=
h
()
-
1
;
y1
=
h
()
-
1
;
...
...
This diff is collapsed.
Click to expand it.
Fltk/GUI.cpp
+
1
−
5
View file @
f94a7485
// $Id: GUI.cpp,v 1.
39
2001-02-05
07:56:57
geuzaine Exp $
// $Id: GUI.cpp,v 1.
40
2001-02-05
14:20:14
geuzaine Exp $
// To make the interface as visually consistent as possible, please:
// To make the interface as visually consistent as possible, please:
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
// - use the BH, BW, WB, IW values for button heights/widths, window borders, etc.
...
@@ -873,10 +873,6 @@ void GUI::make_overlay_current(){
...
@@ -873,10 +873,6 @@ void GUI::make_overlay_current(){
g_opengl_window
->
make_overlay_current
();
g_opengl_window
->
make_overlay_current
();
}
}
void
GUI
::
make_colorbar_current
(){
view_colorbar_window
->
make_current
();
}
// Draw the opengl window
// Draw the opengl window
void
GUI
::
redraw_opengl
(){
void
GUI
::
redraw_opengl
(){
...
...
This diff is collapsed.
Click to expand it.
Fltk/GUI.h
+
0
−
1
View file @
f94a7485
...
@@ -186,7 +186,6 @@ public:
...
@@ -186,7 +186,6 @@ public:
void
check
();
void
check
();
void
wait
();
void
wait
();
void
make_opengl_current
();
void
make_opengl_current
();
void
make_colorbar_current
();
void
make_overlay_current
();
void
make_overlay_current
();
void
redraw_opengl
();
void
redraw_opengl
();
void
redraw_overlay
();
void
redraw_overlay
();
...
...
This diff is collapsed.
Click to expand it.
www/gmsh.html
+
2
−
4
View file @
f94a7485
...
@@ -51,7 +51,7 @@ ENDSCRIPT--->
...
@@ -51,7 +51,7 @@ ENDSCRIPT--->
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
ENDMIRROR--->
ENDMIRROR--->
<!---BEGINDATE$Date: 2001-02-05 1
3:10:42
$ENDDATE--->
<!---BEGINDATE$Date: 2001-02-05 1
4:20:14
$ENDDATE--->
Copyright
©
1998-2001
<br>
Copyright
©
1998-2001
<br>
J.-F. Remacle
<br>
J.-F. Remacle
<br>
...
@@ -65,7 +65,7 @@ C. Geuzaine<br>
...
@@ -65,7 +65,7 @@ C. Geuzaine<br>
<td><font
face=
"Helvetica, Arial"
>
<td><font
face=
"Helvetica, Arial"
>
<font
size=
"+3"
><b>
Gmsh
</b></font>
<font
size=
"+3"
><b>
Gmsh
</b></font>
<p>
<p>
<b>
A three-dimensional finite element mesh generator with pre- and
<b>
A three-dimensional finite element mesh generator with
built-in
pre- and
post-processing facilities
</b>
post-processing facilities
</b>
</font></td>
</font></td>
...
@@ -316,8 +316,6 @@ Windows. All executables are dynamically linked with OpenGL.
...
@@ -316,8 +316,6 @@ Windows. All executables are dynamically linked with OpenGL.
<ul>
<ul>
<li><A
href=
"/gmsh/latest/gmsh-win.zip"
>
Gmsh for Windows (95/98/NT)
</A>
<li><A
href=
"/gmsh/latest/gmsh-win.zip"
>
Gmsh for Windows (95/98/NT)
</A>
<li><A
href=
"/gmsh/latest/gmsh-1.10-1.i386.rpm"
>
Gmsh for Red Hat Linux 6.2 and compatible (i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/latest/gmsh-1.10-1.i386.rpm"
>
Gmsh for Red Hat Linux 6.2 and compatible (i386, glibc 2.1)
</A>
<li><A
href=
"/gmsh/latest/gmsh-tutorial.tgz"
>
Gmsh tutorial
</A>
<li><A
href=
"/gmsh/latest/gmsh-demos.tgz"
>
Gmsh demo files
</A>
</ul>
</ul>
...
...
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