From 262d5988133c76c65ccdd2367d4c438bf4306c98 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 24 Nov 2000 00:50:53 +0000 Subject: [PATCH] typo --- Unix/Main.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Unix/Main.cpp b/Unix/Main.cpp index c5f92e1f07..790d58ddbd 100644 --- a/Unix/Main.cpp +++ b/Unix/Main.cpp @@ -1,4 +1,4 @@ -/* $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> @@ -454,8 +454,6 @@ 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); @@ -464,6 +462,9 @@ int main(int argc, char *argv[]){ Get_Options(argc, argv, &nbf); + if(CTX.verbosity) + fprintf(stderr, "%s, Version %g\n", gmsh_progname, GMSH_VERSION); + /* Initialize the static Mesh */ M.Vertices = NULL ; -- GitLab