ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/hydrodynamics/Hydro.ggo
Revision: 2634
Committed: Fri Mar 17 23:20:35 2006 UTC (18 years, 4 months ago) by tim
File size: 517 byte(s)
Log Message:
refactor Hydrodynamics module.

File Contents

# Content
1 # Input file for gengetopt --generates cmdline.c and cmdline.h
2 # for parsing command line arguments useing getopt and getoptlong.
3 # gengetopt is available from:
4 # http://www.gnu.org/software/gengetopt/gengetopt.html
5 package "Hydro"
6 version "1.0"
7
8 # Options
9 option "input" i "input dump file" string typestr="filename" yes
10 option "output" o "output file prefix" string default="hydro" no
11 option "model" - "hydrodynamics model (support RoughShell and BeadModel)" string yes
12