ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/visualizerCmd.c
(Generate patch)

Comparing trunk/SHAPES/visualizerCmd.c (file contents):
Revision 1290 by gezelter, Wed Jun 23 20:53:17 2004 UTC vs.
Revision 1300 by gezelter, Thu Jun 24 19:06:47 2004 UTC

# Line 47 | Line 47 | void clear_args (struct gengetopt_args_info *args_info
47   {
48    args_info->shape_arg = NULL;
49    args_info->output_arg = NULL;
50 <  args_info->grid_arg = 51 ;
50 >  args_info->grid_arg = 101 ;
51   }
52  
53   void
# Line 67 | Line 67 | cmdline_parser_print_help (void)
67    printf("%s\n","  -V, --version          Print version and exit");
68    printf("%s\n","  -s, --shape=filename   shape file name");
69    printf("%s\n","  -o, --output=filename  output file name");
70 <  printf("%s\n","  -g, --grid=INT         number of grid points in each coordinate  (default=\n                           `51')");
70 >  printf("%s\n","  -g, --grid=INT         number of grid points in each coordinate  (default=\n                           `101')");
71   }
72  
73   void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines