ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/thermalizer/thermalizer.ggo
Revision: 1390
Committed: Wed Nov 25 20:02:06 2009 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/src/applications/thermalizer/thermalizer.ggo
File size: 499 byte(s)
Log Message:
Almost all of the changes necessary to create OpenMD out of our old
project (OOPSE-4)

File Contents

# User Rev Content
1 gezelter 1083 # 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 "thermalizer"
6     version "1.0"
7 gezelter 1390 purpose "Resamples the velocities for all the integrable objects in an OpenMD file from a Maxwell-Boltzmann distribution."
8 gezelter 1083
9     # Options
10    
11     option "output" o "Output file name" string yes
12     option "temperature" t "temperature (K)" double yes