ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/visualizer.ggo
Revision: 1361
Committed: Tue Jul 20 20:22:43 2004 UTC (19 years, 11 months ago) by gezelter
File size: 470 byte(s)
Log Message:
using gengetopts --unamed-opts="SHAPEFILE [OUTPUTFILE]"

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 "visualizer"
6 version "0.99"
7 # Options
8 option "grid" g "number of grid points in each coordinate" int default="101" no
9 option "range" r "the sample range for the points in Angstroms (Ex: 10 = -10 to 10)" double default="10" no