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 2010 by tim, Sun Feb 13 20:05:42 2005 UTC

# Line 42 | Line 42 | cmdline_parser_print_help (void)
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");
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");
45 >  printf("  -l, --length=DOUBLE           maximum length (Defaults to cutoff radius)\n");
46    printf("      --sele1=selection script  select first stuntdouble set\n");
47    printf("      --sele2=selection script  select second stuntdouble set\n");
48    printf("\n");
# Line 205 | Line 205 | cmdline_parser (int argc, char * const *argv, struct g
205            args_info->nanglebins_arg = strtol (optarg,&stop_char,0);
206            break;
207  
208 <        case 'l':       /* maximum length (Defaults to 1/2 smallest length of first frame).  */
208 >        case 'l':       /* maximum length (Defaults to cutoff radius).  */
209            if (args_info->length_given)
210              {
211                fprintf (stderr, "%s: `--length' (`-l') option given more than once\n", CMDLINE_PARSER_PACKAGE);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines