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

Comparing trunk/OOPSE-3.0/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 2750 by gezelter, Tue Apr 11 15:33:27 2006 UTC vs.
Revision 2751 by xsun, Fri May 12 21:34:43 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. */
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. */
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.  */
41    double length_arg;    /* maximum length (Defaults to 1/2 smallest length of first frame).  */
# Line 58 | 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 */
67    int nrbins_given ;    /* Whether nrbins was given.  */
68    int nanglebins_given ;        /* Whether nanglebins was given.  */
69    int length_given ;    /* Whether length was given.  */
# Line 78 | Line 84 | struct gengetopt_args_info
84    int scd_given ;       /* Whether scd was given.  */
85    int density_given ;   /* Whether density was given.  */
86    int slab_density_given ;      /* Whether slab_density was given.  */
87 +  int hxy_given;         /*Whether hxy was given. */
88  
89    int staticProps_group_counter; /* counter for group staticProps */
90   } ;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines