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

better -convert
parent f840ee44
No related branches found
No related tags found
No related merge requests found
// $Id: CommandLine.cpp,v 1.26 2004-02-05 16:53:58 geuzaine Exp $ // $Id: CommandLine.cpp,v 1.27 2004-02-05 16:57:43 geuzaine Exp $
// //
// Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
// //
...@@ -93,7 +93,7 @@ void Print_Usage(char *name){ ...@@ -93,7 +93,7 @@ void Print_Usage(char *name){
Msg(DIRECT, " -link int select link mode between views (default: 0)"); Msg(DIRECT, " -link int select link mode between views (default: 0)");
Msg(DIRECT, " -smoothview smooth views"); Msg(DIRECT, " -smoothview smooth views");
Msg(DIRECT, " -combine combine input views into multi time step ones"); Msg(DIRECT, " -combine combine input views into multi time step ones");
Msg(DIRECT, " -convert file file convert an ascii view into a binary one"); Msg(DIRECT, " -convert file file convert all views in a file into binary views");
Msg(DIRECT, "Display options:"); Msg(DIRECT, "Display options:");
Msg(DIRECT, " -nodb disable double buffering"); Msg(DIRECT, " -nodb disable double buffering");
Msg(DIRECT, " -fontsize int specify the font size for the GUI (default: 12)"); Msg(DIRECT, " -fontsize int specify the font size for the GUI (default: 12)");
...@@ -270,8 +270,7 @@ void Get_Options(int argc, char *argv[], int *nbfiles) ...@@ -270,8 +270,7 @@ void Get_Options(int argc, char *argv[], int *nbfiles)
argv[i + 1], 1, j ? 1 : 0); argv[i + 1], 1, j ? 1 : 0);
} }
else else
fprintf(stderr, "Usage: %s -convert ViewFile BinaryViewFile\n", fprintf(stderr, "Usage: %s -convert file file\n", argv[0]);
argv[0]);
exit(1); exit(1);
} }
else if(!strcmp(argv[i] + 1, "old")) { else if(!strcmp(argv[i] + 1, "old")) {
......
$Id: VERSIONS,v 1.182 2004-01-29 22:04:03 geuzaine Exp $ $Id: VERSIONS,v 1.183 2004-02-05 16:57:43 geuzaine Exp $
New since 1.50: initial support for visualizing mesh partitions; New since 1.50: initial support for visualizing mesh partitions;
integrated version 2.0 of the MSH mesh file format; new option to integrated version 2.0 of the MSH mesh file format; new option to
compute post-processing ranges (min/max) per time step; Multiple views compute post-processing ranges (min/max) per time step; Multiple views
can now be combined into multi time step ones (e.g. for programs that can now be combined into multi time step ones (e.g. for programs that
generate data one time step at a time); new syntax: #var[] returns the generate data one time step at a time); new syntax: #var[] returns the
size of the list var[]; size of the list var[]; enhanced "gmsh -convert";
New in 1.50: small changes to the visibility browser + made visibility New in 1.50: small changes to the visibility browser + made visibility
scriptable (new Show/Hide commands); fixed (rare) crash when deleting scriptable (new Show/Hide commands); fixed (rare) crash when deleting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment