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

Comparing trunk/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1413 by gezelter, Mon Mar 22 19:21:22 2010 UTC

# Line 105 | Line 105 | struct gengetopt_args_info
105    const char *scd_help; /**< @brief scd order parameter (either --sele1, --sele2, --sele3 are specified or --molname, --begin, --end are specified) help description.  */
106    const char *density_help; /**< @brief density plot help description.  */
107    const char *slab_density_help; /**< @brief slab density help description.  */
108 +  const char *p_angle_help; /**< @brief p(cos(theta)) help description.  */
109    const char *hxy_help; /**< @brief hxy help description.  */
110    const char *rho_r_help; /**< @brief rho of R help description.  */
111    const char *hullvol_help; /**< @brief hull volume of nanoparticle help description.  */
# Line 144 | Line 145 | struct gengetopt_args_info
145    unsigned int scd_given ;      /**< @brief Whether scd was given.  */
146    unsigned int density_given ;  /**< @brief Whether density was given.  */
147    unsigned int slab_density_given ;     /**< @brief Whether slab_density was given.  */
148 +  unsigned int p_angle_given ;  /**< @brief Whether p_angle was given.  */
149    unsigned int hxy_given ;      /**< @brief Whether hxy was given.  */
150    unsigned int rho_r_given ;    /**< @brief Whether rho_r was given.  */
151    unsigned int hullvol_given ;  /**< @brief Whether hullvol was given.  */
152  
153 +  char **inputs ; /**< @brief unamed options (options without names) */
154 +  unsigned inputs_num ; /**< @brief unamed options number */
155    int staticProps_group_counter; /**< @brief Counter for group staticProps */
156   } ;
157  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines