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

don't print the full progname on batch info line
parent 55e4c913
No related branches found
No related tags found
No related merge requests found
// $Id: Main.cpp,v 1.62 2004-04-21 23:14:47 geuzaine Exp $ // $Id: Main.cpp,v 1.63 2004-04-21 23:33:21 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -109,8 +109,7 @@ int main(int argc, char *argv[]) ...@@ -109,8 +109,7 @@ int main(int argc, char *argv[])
CTX.terminal = 1; CTX.terminal = 1;
if(CTX.verbosity && CTX.terminal) if(CTX.verbosity && CTX.terminal)
fprintf(stderr, "%s, version %s, started %s\n", fprintf(stderr, "Gmsh %s, started %s\n", GMSH_VERSION, currtime);
gmsh_progname, GMSH_VERSION, currtime);
// Register Default Plugins // Register Default Plugins
if(CTX.default_plugins) if(CTX.default_plugins)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment