| 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 (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 (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.  */ | 
| 41 | 
  | 
  double length_arg;    /* maximum length (Defaults to 1/2 smallest length of first frame).  */ | 
| 63 | 
  | 
  int output_given ;    /* Whether output was given.  */ | 
| 64 | 
  | 
  int step_given ;      /* Whether step 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.  */ | 
| 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 | 
  | 
} ; |