ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/nanoRodBuilder/nanoBuilder.ggo
Revision: 2164
Committed: Mon Apr 11 21:37:30 2005 UTC (19 years, 3 months ago) by chuckv
File size: 800 byte(s)
Log Message:
Importing nanoRodBuilder application (may not work yet).  ((Doesn't work yet.))
(((May never work....)))

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 "nanoparticlebuilder"
6 version "1.0"
7
8 purpose "Build nanoparticle of specified radius or a core-shell particle in order of listing in the meta-data file."
9
10 # Options
11 option "output" o "Output file name" string no
12 option "latticetype" - "Lattice type string. Valid types are fcc,hcp,bcc and hcp-water." string default="fcc" no
13 option "lconstant" - "Lattice constant in angstroms" double yes
14 option "type" - "Type of particle to create. Valid arguments are core-shell, simple and random" string yes
15 option "core-radius" - "Radius of core" double no