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 |
# invoke with: |
6 |
# gengetopt < icosahedralBuilder.ggo --file-name=icosahedralBuilderCmd --unamed-opts |
7 |
|
8 |
package "icosahedralBuilder" |
9 |
version "1.0" |
10 |
purpose "Builds icosahedral nanoparticles and outputs an OpenMD startup file" |
11 |
|
12 |
# Options |
13 |
|
14 |
option "output" o "Output file name" string yes |
15 |
option "latticeConstant" d "Lattice spacing in Angstroms for cubic lattice." double no |
16 |
option "shells" n "Nanoparticle shells" int yes" |