| 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 "sysbuilder" |
| 5 |
> |
package "simpleBuilder" |
| 6 |
|
version "1.0" |
| 7 |
|
|
| 8 |
|
# Options |
| 14 |
|
option "nx" - "number of unit cells in x" int yes |
| 15 |
|
option "ny" - "number of unit cells in y" int yes |
| 16 |
|
option "nz" - "number of unit cells in z" int yes |
| 17 |
< |
option "a1" - "lattice spacing in Angstroms h - for cubic lattice, specify this parameter" double yes |
| 18 |
< |
option "a2" - "lattice spacing in Angstroms k" double no |
| 19 |
< |
option "a3" - "lattice spacing in Angstroms l" double no |
| 17 |
> |
#option "a1" - "lattice spacing in Angstroms h - for cubic lattice, specify this parameter" double no |
| 18 |
> |
#option "a2" - "lattice spacing in Angstroms k" double no |
| 19 |
> |
#option "a3" - "lattice spacing in Angstroms l" double no |