| Revision: | 1290 | 
| Committed: | Wed Jun 23 20:53:17 2004 UTC (21 years, 4 months ago) by gezelter | 
| File size: | 570 byte(s) | 
| Log Message: | Adding visualization parts | 
| # | 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 "shape" s "shape file name" string typestr="filename" yes | 
| 9 | option "output" o "output file name" string typestr="filename" yes | 
| 10 | option "grid" g "number of grid points in each coordinate" int default="51" no |