ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZ.ggo
Revision: 1975
Committed: Fri Feb 4 22:43:54 2005 UTC (19 years, 5 months ago) by tim
File size: 1377 byte(s)
Log Message:
dump2Xyz now take advantage of selection library

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 "Dump2XYZ"
6 version "0.99"
7
8 # Options
9 option "input" i "input dump file" string typestr="filename" yes
10 option "output" o "output file name" string typestr="filename" no
11 option "frame" n "print every n frame" int default="1" no
12 option "dipole" d "print the dipole moments" flag off
13 option "water" w "skip the the waters" flag off
14 option "periodicBox" m "map to the periodic box" flag off
15 option "zconstraint" z "replace the atom types of zconstraint molecules" flag off
16 option "rigidbody" r "add a pseudo COM atom to rigidbody" flag off
17 option "watertype" t "replace the atom type of water model" flag on
18 option "ignore" g "ignore the atom types" string typestr="atomtype" no multiple
19 option "selection" s "general selection syntax(now only support select atoms within a specified range)" string typestr="selection script" no
20 option "repeatX" - "The number of images to repeat in the x direction" int default="0" no
21 option "repeatY" - "The number of images to repeat in the y direction" int default="0" no
22 option "repeatZ" - "The number of images to repeat in the z direction" int default="0" no