ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilder.ggo
Revision: 2218
Committed: Tue May 3 17:55:28 2005 UTC (19 years, 2 months ago) by chuckv
File size: 884 byte(s)
Log Message:
More changes to nanoRodBuilder....

File Contents

# User Rev Content
1 chuckv 2164 # 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 "nanorodBuilder"
6     version "1.0"
7     purpose "Builds penta-hexagonal nanorods and outputs a xyz input file"
8    
9     # Options
10    
11     option "output" o "Output file name" string no
12     option "latticetype" - "Lattice type string. Valid types are fcc,hcp,bcc." string default="fcc" no
13     option "length" - "length of nanorod in Angstroms" double yes
14     option "width" - "diameter of nanorod in Angstroms" double yes
15     option "latticeCnst" - "lattice spacing in Angstrons for cubic lattice" double yes
16 chuckv 2215 option "genGeomview" - "generate a geomview file with the object geometry" flag off
17 chuckv 2218 option "twinnedCrystal" - "generate a twinned crystal nanorod" flag off