ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/simpleBuilder.ggo
Revision: 1436
Committed: Thu Jul 29 19:12:00 2004 UTC (20 years, 1 month ago) by tim
File size: 935 byte(s)
Log Message:
simpleBuilder version 1.0

File Contents

# User Rev Content
1 tim 1424 # 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 tim 1432 package "simpleBuilder"
6 tim 1424 version "1.0"
7    
8     # Options
9    
10     option "output" o "Output file name" string no
11     option "latticetype" - "Lattice type string. Valid types are fcc,hcp,bcc and hcp-water." string default="fcc" no
12 tim 1436 option "density" - "density (g/cm^3)" double yes
13 tim 1424 option "nx" - "number of unit cells in x" int yes
14     option "ny" - "number of unit cells in y" int yes
15     option "nz" - "number of unit cells in z" int yes
16 tim 1432 #option "a1" - "lattice spacing in Angstroms h - for cubic lattice, specify this parameter" double no
17     #option "a2" - "lattice spacing in Angstroms k" double no
18     #option "a3" - "lattice spacing in Angstroms l" double no