ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/simpleBuilder.ggo
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/simpleBuilder.ggo (file contents):
Revision 1424 by tim, Wed Jul 28 04:59:35 2004 UTC vs.
Revision 1432 by tim, Thu Jul 29 03:31:50 2004 UTC

# Line 2 | Line 2 | package "sysbuilder"
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
# Line 14 | Line 14 | option "a1"            -  "lattice spacing in Angstrom
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines