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 2015 by gezelter, Wed Aug 13 20:42:43 2014 UTC vs.
Revision 2031 by jmichalk, Fri Oct 31 18:40:40 2014 UTC

# Line 149 | Line 149 | struct gengetopt_args_info
149    const char *rnemdrt_help; /**< @brief shell and angle-resolved RNEMD statistics (temperature, density, angular velocity) help description.  */
150    const char *nitrile_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description.  */
151    const char *multipole_help; /**< @brief average multipole moments contained within cutoff spheres as a function of radius help description.  */
152 +  const char *surfDiffusion_help; /**< @brief X, Y, and R (surface diffusion if Z exposed and bulk immobile) diffusion help description.  */
153    
154    unsigned int help_given ;     /**< @brief Whether help was given.  */
155    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 210 | Line 211 | struct gengetopt_args_info
211    unsigned int rnemdrt_given ;  /**< @brief Whether rnemdrt was given.  */
212    unsigned int nitrile_given ;  /**< @brief Whether nitrile was given.  */
213    unsigned int multipole_given ;        /**< @brief Whether multipole was given.  */
214 +  unsigned int surfDiffusion_given ;    /**< @brief Whether surfDiffusion was given.  */
215  
214  char **inputs ; /**< @brief unamed options (options without names) */
215  unsigned inputs_num ; /**< @brief unamed options number */
216    int staticProps_group_counter; /**< @brief Counter for group staticProps */
217   } ;
218  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines