ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZ.ggo
Revision: 3115
Committed: Tue Jan 16 22:17:27 2007 UTC (17 years, 5 months ago) by chuckv
File size: 1677 byte(s)
Log Message:
Added printPosOnly to Dump2XYZ as a userbase(BETH) request.

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 "water" w "skip the the waters" flag off
13 option "periodicBox" m "map to the periodic box" flag off
14 option "zconstraint" z "replace the atom types of zconstraint molecules" flag off
15 option "rigidbody" r "add a pseudo COM atom to rigidbody" flag off
16 option "watertype" t "replace the atom type of water model" flag on
17 option "selection" s "general selection syntax" string typestr="selection script" no
18 option "originsele" - "select origin" string typestr="selection script" no
19 option "refsele" - "select reference" 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
23 option "gb" - "Replace the Gay-Berne atom with four linear atoms" string typestr="atomtype" no
24 option "basetype" b "Convert to base atom type" flag off
25 option "printPosOnly" - "Print only positions in xyz file" flag off