--- trunk/src/applications/staticProps/StaticPropsCmd.h 2006/09/20 20:13:40 1041 +++ trunk/src/applications/staticProps/StaticPropsCmd.h 2006/11/10 18:45:29 1091 @@ -1,6 +1,6 @@ /* StaticPropsCmd.h */ -/* File autogenerated by gengetopt version 2.16 */ +/* File autogenerated by gengetopt version 2.15 */ #ifndef STATICPROPSCMD_H #define STATICPROPSCMD_H @@ -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'). */ @@ -60,6 +58,8 @@ struct gengetopt_args_info char * begin_orig; /* begin internal index original value given at command line. */ int end_arg; /* end internal index. */ char * end_orig; /* end internal index original value given at command line. */ + double radius_arg; /* nanoparticle radius. */ + char * radius_orig; /* nanoparticle radius original value given at command line. */ int help_given ; /* Whether help was given. */ int version_given ; /* Whether version was given. */ @@ -71,7 +71,6 @@ struct gengetopt_args_info 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. */ @@ -81,6 +80,7 @@ struct gengetopt_args_info int molname_given ; /* Whether molname was given. */ int begin_given ; /* Whether begin was given. */ int end_given ; /* Whether end was given. */ + int radius_given ; /* Whether radius was given. */ int bo_given ; /* Whether bo was given. */ int gofr_given ; /* Whether gofr was given. */ int r_theta_given ; /* Whether r_theta was given. */ @@ -93,6 +93,7 @@ struct gengetopt_args_info int density_given ; /* Whether density was given. */ int slab_density_given ; /* Whether slab_density was given. */ int hxy_given ; /* Whether hxy was given. */ + int rho_r_given ; /* Whether rho_r was given. */ int staticProps_group_counter; /* counter for group staticProps */ } ;