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

Comparing trunk/src/applications/dynamicProps/DynamicPropsCmd.h (file contents):
Revision 1934 by gezelter, Mon Aug 26 14:15:09 2013 UTC vs.
Revision 1953 by gezelter, Thu Dec 5 18:19:26 2013 UTC

# Line 74 | Line 74 | struct gengetopt_args_info
74    const char *helfandEcorr_help; /**< @brief Helfand moment for thermal conductvity help description.  */
75    const char *momentum_help; /**< @brief Helfand momentum for viscosity help description.  */
76    const char *stresscorr_help; /**< @brief Stress tensor correlation function help description.  */
77 +  const char *bondcorr_help; /**< @brief Bond extension correlation function help description.  */
78    
79    unsigned int help_given ;     /**< @brief Whether help was given.  */
80    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 98 | Line 99 | struct gengetopt_args_info
99    unsigned int helfandEcorr_given ;     /**< @brief Whether helfandEcorr was given.  */
100    unsigned int momentum_given ; /**< @brief Whether momentum was given.  */
101    unsigned int stresscorr_given ;       /**< @brief Whether stresscorr was given.  */
102 +  unsigned int bondcorr_given ; /**< @brief Whether bondcorr was given.  */
103  
104    char **inputs ; /**< @brief unamed options (options without names) */
105    unsigned inputs_num ; /**< @brief unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines