ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/applications/dump2Xyz/Dump2XYZ.ggo
Revision: 1594
Committed: Tue Jul 19 16:45:30 2011 UTC (14 years, 1 month ago) by chuckv
File size: 2014 byte(s)
Log Message:
Branching from main development branch to OpenMP dev version at dev branch 1593

File Contents

# User Rev Content
1 tim 12 # 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 gezelter 1456 option "input" i "input dump file" string typestr="filename" yes
10 tim 12 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 gezelter 1456 option "selection" s "general selection syntax" string typestr="selection script" no
18     option "originsele" - "select origin" string typestr="selection script" no
19 tim 369 option "refsele" - "select reference" string typestr="selection script" no
20 tim 12 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 gezelter 1456 option "basetype" b "Convert to base atom type" flag off
24     option "velocities" v "Print velocities in xyz file" flag off
25     option "forces" f "Print forces xyz file" flag off
26     option "vectors" u "Print vectors (dipoles, etc) in xyz file" flag off
27     option "charges" c "Print charges in xyz file" flag off

Properties

Name Value
svn:keywords Author Id Revision Date