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 2751 by xsun, Fri May 12 21:34:43 2006 UTC vs.
Revision 2783 by xsun, Thu Jun 1 18:06:33 2006 UTC

# Line 32 | Line 32 | struct gengetopt_args_info
32    char * step_orig;     /* process every n frame original value given at command line.  */
33    int nrbins_arg;       /* number of bins for distance (default='100').  */
34    char * nrbins_orig;   /* number of bins for distance original value given at command line.  */
35 <  int nbins_x_arg;  /* number of bins in x axis. */
35 >  int nbins_x_arg;      /* number of bins in x axis (default='100').  */
36    char * nbins_x_orig;  /* number of bins in x axis original value given at command line.  */
37 <  int nbins_y_arg; /* number of bins in y axis. */
37 >  int nbins_y_arg;      /* number of bins in y axis (default='100').  */
38    char * nbins_y_orig;  /* number of bins in y axis original value given at command line.  */
39    int nanglebins_arg;   /* number of bins for cos(angle) (default='50').  */
40    char * nanglebins_orig;       /* number of bins for cos(angle) original value given at command line.  */
# Line 62 | Line 62 | struct gengetopt_args_info
62    int input_given ;     /* Whether input was given.  */
63    int output_given ;    /* Whether output was given.  */
64    int step_given ;      /* Whether step was given.  */
65  int nbins_x_given;  /*  Whether nbins_x was given */
66  int nbins_y_given; /* Whether nbins_y was given */
65    int nrbins_given ;    /* Whether nrbins was given.  */
66 +  int nbins_x_given ;   /* Whether nbins_x was given.  */
67 +  int nbins_y_given ;   /* Whether nbins_y was given.  */
68    int nanglebins_given ;        /* Whether nanglebins was given.  */
69    int length_given ;    /* Whether length was given.  */
70    int zoffset_given ;   /* Whether zoffset was given.  */
# Line 81 | Line 81 | struct gengetopt_args_info
81    int theta_omega_given ;       /* Whether theta_omega was given.  */
82    int gxyz_given ;      /* Whether gxyz was given.  */
83    int p2_given ;        /* Whether p2 was given.  */
84 +  int rp2_given ;       /* Whether rp2 was given.  */
85    int scd_given ;       /* Whether scd was given.  */
86    int density_given ;   /* Whether density was given.  */
87    int slab_density_given ;      /* Whether slab_density was given.  */
88 <  int hxy_given;         /*Whether hxy was given. */
88 >  int hxy_given ;       /* Whether hxy was given.  */
89  
90    int staticProps_group_counter; /* counter for group staticProps */
91   } ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines