Skip to content
Snippets Groups Projects
Commit 262d5988 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

typo

parent 41a1b26d
Branches
Tags
No related merge requests found
/* $Id: Main.cpp,v 1.7 2000-11-24 00:11:25 geuzaine Exp $ */ /* $Id: Main.cpp,v 1.8 2000-11-24 00:50:53 geuzaine Exp $ */
#include <signal.h> #include <signal.h>
...@@ -454,8 +454,6 @@ int main(int argc, char *argv[]){ ...@@ -454,8 +454,6 @@ int main(int argc, char *argv[]){
XColor ov_color_def, ov_color_exact; XColor ov_color_def, ov_color_exact;
extern char *TextBuffer, TextAbout[1024]; extern char *TextBuffer, TextAbout[1024];
fprintf(stderr, "%s, Version %g\n", gmsh_progname, GMSH_VERSION);
/* Gmsh default context options */ /* Gmsh default context options */
InitContext(&CTX); InitContext(&CTX);
...@@ -464,6 +462,9 @@ int main(int argc, char *argv[]){ ...@@ -464,6 +462,9 @@ int main(int argc, char *argv[]){
Get_Options(argc, argv, &nbf); Get_Options(argc, argv, &nbf);
if(CTX.verbosity)
fprintf(stderr, "%s, Version %g\n", gmsh_progname, GMSH_VERSION);
/* Initialize the static Mesh */ /* Initialize the static Mesh */
M.Vertices = NULL ; M.Vertices = NULL ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment