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

*** empty log message ***

parent 411f170c
No related branches found
No related tags found
No related merge requests found
// $Id: GetOptions.cpp,v 1.16 2001-03-08 16:11:03 geuzaine Exp $
// $Id: GetOptions.cpp,v 1.17 2001-03-08 21:06:35 geuzaine Exp $
#include "Gmsh.h"
#include "GmshUI.h"
......@@ -17,15 +17,15 @@ char *TheFileNameTab[MAX_OPEN_FILES];
char *TheBgmFileName=NULL;
char gmsh_progname[] = "This is Gmsh" ;
char gmsh_copyright[] = "Copyright (C) 1997-2001 J.-F. Remacle, C. Geuzaine";
char gmsh_copyright[] = "Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine";
char gmsh_version[] = "Version : " ;
char gmsh_os[] = "Operating System : " GMSH_OS ;
char gmsh_os[] = "Operating system : " GMSH_OS ;
char gmsh_gui[] = "GUI toolkit : " ;
char gmsh_date[] = "Build Date : " GMSH_DATE ;
char gmsh_host[] = "Build Host : " GMSH_HOST ;
char gmsh_date[] = "Build date : " GMSH_DATE ;
char gmsh_host[] = "Build host : " GMSH_HOST ;
char gmsh_packager[] = "Packager : " GMSH_PACKAGER ;
char gmsh_url[] = "Web Site : http://www.geuz.org/gmsh/" ;
char gmsh_email[] = "Mailing List : gmsh@geuz.org" ;
char gmsh_url[] = "Web site : http://www.geuz.org/gmsh/" ;
char gmsh_email[] = "Mailing list : gmsh@geuz.org" ;
void Print_Usage(char *name){
Msg(DIRECT, "Usage: %s [options] [files]", name);
......
$Id: VERSIONS,v 1.2 2001-03-08 14:38:51 geuzaine Exp $
$Id: VERSIONS,v 1.3 2001-03-08 21:06:35 geuzaine Exp $
New in 1.17: Corrected physical points saving; corrected bug with
parsing of DOS files (skipping ^M characters);
New in 1.17: Corrected physical points saving; fixed parsing of DOS
files (skipping ^M characters);
New in 1.16: Added single/double buffer selection (only useful for
Unix versions of Gmsh run from remote hosts without GLX); fixed a bug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment