Revision: | 1857 |
Committed: | Wed Apr 3 18:27:48 2013 UTC (12 years, 5 months ago) by kstocke1 |
File size: | 420 byte(s) |
Log Message: | Added utility to recenter a simulation on the center of mass |
# | User | Rev | Content |
---|---|---|---|
1 | kstocke1 | 1857 | # 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 "recenter" | ||
6 | version "1.0" | ||
7 | purpose "Moves all integrable objects in an OpenMD file so that the center of mass is at the origin." | ||
8 | |||
9 | # Options | ||
10 | |||
11 | option "output" o "Output file name" string yes |