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
cbaac534
Commit
cbaac534
authored
24 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
Corrected bug with command win
parent
30aa6c54
No related branches found
No related tags found
No related merge requests found
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
Common/Message.h
+2
-2
2 additions, 2 deletions
Common/Message.h
Common/Version.h
+3
-3
3 additions, 3 deletions
Common/Version.h
README
+20
-3
20 additions, 3 deletions
README
TODO
+0
-2
0 additions, 2 deletions
TODO
Unix/Main.cpp
+3
-3
3 additions, 3 deletions
Unix/Main.cpp
bin/dxf2geo
+0
-0
0 additions, 0 deletions
bin/dxf2geo
with
28 additions
and
13 deletions
Common/Message.h
+
2
−
2
View file @
cbaac534
/* $Id: Message.h,v 1.
3
2000-11-2
3 23:20:34
geuzaine Exp $ */
/* $Id: Message.h,v 1.
4
2000-11-2
4 00:11:25
geuzaine Exp $ */
#ifndef _MESSAGE_H_
#define _MESSAGE_H_
...
...
@@ -26,7 +26,7 @@
#define PARSER_INFO_STR "Parse Info : "
#define DEBUG_STR "Debug : "
#define WHITE_STR "
"
#define WHITE_STR "
:
"
void
Signal
(
int
signum
);
void
Msg
(
int
level
,
char
*
fmt
,
...);
...
...
This diff is collapsed.
Click to expand it.
Common/Version.h
+
3
−
3
View file @
cbaac534
#define GMSH_VERSION 0.995
#define GMSH_DATE "
Thu
Nov 2
3 18:15:16
CET 2000"
#define GMSH_HOST "
elap20
.montefiore.ulg.ac.be"
#define GMSH_DATE "
Fri
Nov 2
4 00:22:29
CET 2000"
#define GMSH_HOST "
geuz
.montefiore.ulg.ac.be"
#define GMSH_PACKAGER "geuzaine"
#define GMSH_OS "
IRIX64 6.5
"
#define GMSH_OS "
Linux 2.2.16-22
"
#define GMSH_URL "http://www.geuz.org/gmsh/"
#define GMSH_EMAIL "Christophe.Geuzaine@ulg.ac.be, Remacle@scorec.rpi.edu"
This diff is collapsed.
Click to expand it.
README
+
20
−
3
View file @
cbaac534
s
ome rules to
follow
:
S
ome
easy
rules to
make the code easy to read/debug/maintain
:
- please
!,
enable full warnings
with
your compiler (e.g. gcc -Wall)
- use Msg() to print information/erros/etc.
-
*
please
*
enable full warnings
for
your compiler (e.g. gcc -Wall)
-
*always*
use Msg() to print information/erros/etc.
- indent your files and suppress the tabs (untabify)
To download the latset full source by CVS, type
cvs -d :pserver:YOUR_NAME@elap57.montefiore.ulg.ac.be:/usr/users57/cvs-master COMMAND
where YOUR_NAME is your username on elap57.montefiore.ulg.ac.be, and where COMMAND is
first 'login' (you will be prompted for a password), and then 'checkout gmsh'. When
this is done, you can use 'logout' to exit.
To update your local version, type
cvs update
To submit your changes, type
cvs commit
This diff is collapsed.
Click to expand it.
TODO
+
0
−
2
View file @
cbaac534
affichier un point de couleur au CG de chaque element indiquant sa
qualite.
This diff is collapsed.
Click to expand it.
Unix/Main.cpp
+
3
−
3
View file @
cbaac534
/* $Id: Main.cpp,v 1.
6
2000-11-2
3 23:20:3
5 geuzaine Exp $ */
/* $Id: Main.cpp,v 1.
7
2000-11-2
4 00:11:2
5 geuzaine Exp $ */
#include
<signal.h>
...
...
@@ -454,6 +454,8 @@ int main(int argc, char *argv[]){
XColor
ov_color_def
,
ov_color_exact
;
extern
char
*
TextBuffer
,
TextAbout
[
1024
];
fprintf
(
stderr
,
"%s, Version %g
\n
"
,
gmsh_progname
,
GMSH_VERSION
);
/* Gmsh default context options */
InitContext
(
&
CTX
);
...
...
@@ -462,8 +464,6 @@ int main(int argc, char *argv[]){
Get_Options
(
argc
,
argv
,
&
nbf
);
Msg
(
INFOS
,
"%s %g"
,
gmsh_progname
,
GMSH_VERSION
);
/* Initialize the static Mesh */
M
.
Vertices
=
NULL
;
...
...
This diff is collapsed.
Click to expand it.
bin/dxf2geo
+
0
−
0
View file @
cbaac534
No preview for this file type
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