ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/simpleBuilder/simpleBuilder.ggo
Revision: 1465
Committed: Fri Jul 9 23:08:25 2010 UTC (14 years, 10 months ago) by chuckv
File size: 566 byte(s)
Log Message:
Creating busticated version of OpenMD

File Contents

# User Rev Content
1 tim 12 # 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 "simpleBuilder"
6     version "1.0"
7    
8     # Options
9    
10 gezelter 1067 option "output" o "Output file name" string yes
11 tim 12 option "density" - "density (g/cm^3)" double yes
12     option "nx" - "number of unit cells in x" int yes
13     option "ny" - "number of unit cells in y" int yes
14     option "nz" - "number of unit cells in z" int yes

Properties

Name Value
svn:keywords Author Id Revision Date