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

Comparing trunk/OOPSE-4/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 2038 by tim, Wed Feb 16 20:30:50 2005 UTC vs.
Revision 2053 by tim, Fri Feb 18 23:07:32 2005 UTC

# Line 32 | Line 32 | struct gengetopt_args_info
32    double length_arg;    /* maximum length (Defaults to 1/2 smallest length of first frame).  */
33    char * sele1_arg;     /* select first stuntdouble set.  */
34    char * sele2_arg;     /* select second stuntdouble set.  */
35 +  char * refsele_arg;   /* select reference (use and only use with --gxyz).  */
36  
37    int help_given ;      /* Whether help was given.  */
38    int version_given ;   /* Whether version was given.  */
# Line 43 | Line 44 | struct gengetopt_args_info
44    int length_given ;    /* Whether length was given.  */
45    int sele1_given ;     /* Whether sele1 was given.  */
46    int sele2_given ;     /* Whether sele2 was given.  */
47 +  int refsele_given ;   /* Whether refsele was given.  */
48    int gofr_given ;      /* Whether gofr was given.  */
49    int r_theta_given ;   /* Whether r_theta was given.  */
50    int r_omega_given ;   /* Whether r_omega was given.  */
51    int theta_omega_given ;       /* Whether theta_omega was given.  */
52 <  int xyz_given ;       /* Whether xyz was given.  */
52 >  int gxyz_given ;      /* Whether gxyz was given.  */
53  
54   } ;
55  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines