--- trunk/src/applications/staticProps/StaticPropsCmd.h 2006/09/19 21:14:11 1039 +++ trunk/src/applications/staticProps/StaticPropsCmd.h 2006/09/26 01:30:32 1052 @@ -30,8 +30,8 @@ struct gengetopt_args_info char * output_orig; /* output file name original value given at command line. */ int step_arg; /* process every n frame (default='1'). */ char * step_orig; /* process every n frame original value given at command line. */ - int nrbins_arg; /* number of bins for distance (default='100'). */ - char * nrbins_orig; /* number of bins for distance original value given at command line. */ + int nbins_arg; /* number of bins (general purpose) (default='100'). */ + char * nbins_orig; /* number of bins (general purpose) original value given at command line. */ int nbins_x_arg; /* number of bins in x axis (default='100'). */ char * nbins_x_orig; /* number of bins in x axis original value given at command line. */ int nbins_y_arg; /* number of bins in y axis (default='100'). */ @@ -40,8 +40,6 @@ struct gengetopt_args_info char * nanglebins_orig; /* number of bins for cos(angle) original value given at command line. */ double length_arg; /* maximum length (Defaults to 1/2 smallest length of first frame). */ char * length_orig; /* maximum length (Defaults to 1/2 smallest length of first frame) original value given at command line. */ - int LegendreL_arg; /* Order of Legendre Polynomial (used for Bond Order calculations). */ - char * LegendreL_orig; /* Order of Legendre Polynomial (used for Bond Order calculations) original value given at command line. */ double rcut_arg; /* cutoff radius (rcut). */ char * rcut_orig; /* cutoff radius (rcut) original value given at command line. */ double zoffset_arg; /* Where to set the zero for the slab_density calculation (default='0'). */ @@ -66,12 +64,11 @@ struct gengetopt_args_info int input_given ; /* Whether input was given. */ int output_given ; /* Whether output was given. */ int step_given ; /* Whether step was given. */ - int nrbins_given ; /* Whether nrbins was given. */ + int nbins_given ; /* Whether nbins was given. */ int nbins_x_given ; /* Whether nbins_x was given. */ int nbins_y_given ; /* Whether nbins_y was given. */ int nanglebins_given ; /* Whether nanglebins was given. */ int length_given ; /* Whether length was given. */ - int LegendreL_given ; /* Whether LegendreL was given. */ int rcut_given ; /* Whether rcut was given. */ int zoffset_given ; /* Whether zoffset was given. */ int sele1_given ; /* Whether sele1 was given. */