ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/staticProps/StaticPropsCmd.c
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/staticProps/StaticPropsCmd.c (file contents):
Revision 1995 by tim, Thu Feb 10 22:37:21 2005 UTC vs.
Revision 2038 by tim, Wed Feb 16 20:30:50 2005 UTC

# Line 40 | Line 40 | cmdline_parser_print_help (void)
40    printf("  -i, --input=filename          input dump file\n");
41    printf("  -o, --output=filename         output file name\n");
42    printf("  -n, --step=INT                process every n frame  (default=`1')\n");
43 <  printf("  -r, --nrbins=INT              number of bins for distance  (default=`50')\n");
43 >  printf("  -r, --nrbins=INT              number of bins for distance  (default=`100')\n");
44    printf("  -a, --nanglebins=INT          number of bins for cos(angle)  (default=`50')\n");
45    printf("  -l, --length=DOUBLE           maximum length (Defaults to 1/2 smallest \n                                  length of first frame)\n");
46    printf("      --sele1=selection script  select first stuntdouble set\n");
# Line 96 | Line 96 | cmdline_parser (int argc, char * const *argv, struct g
96    args_info->input_arg = NULL; \
97    args_info->output_arg = NULL; \
98    args_info->step_arg = 1 ;\
99 <  args_info->nrbins_arg = 50 ;\
99 >  args_info->nrbins_arg = 100 ;\
100    args_info->nanglebins_arg = 50 ;\
101    args_info->sele1_arg = NULL; \
102    args_info->sele2_arg = NULL; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines