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 1614 by jmichalk, Mon Aug 8 18:53:40 2011 UTC vs.
Revision 1615 by gezelter, Fri Aug 26 17:55:44 2011 UTC

# Line 66 | Line 66 | struct gengetopt_args_info
66    const char *thetacorr_help; /**< @brief Angular rmsd help description.  */
67    const char *drcorr_help; /**< @brief Directional rmsd for particles with unit vectors help description.  */
68    const char *helfandEcorr_help; /**< @brief Helfand moment for thermal conductvity help description.  */
69 +  const char *momentum_help; /**< @brief Helfand momentum for viscosity help description.  */
70    const char *stresscorr_help; /**< @brief Stress tensor correlation function help description.  */
71    
72    unsigned int help_given ;     /**< @brief Whether help was given.  */
# Line 85 | Line 86 | struct gengetopt_args_info
86    unsigned int thetacorr_given ;        /**< @brief Whether thetacorr was given.  */
87    unsigned int drcorr_given ;   /**< @brief Whether drcorr was given.  */
88    unsigned int helfandEcorr_given ;     /**< @brief Whether helfandEcorr was given.  */
89 +  unsigned int momentum_given ; /**< @brief Whether momentum was given.  */
90    unsigned int stresscorr_given ;       /**< @brief Whether stresscorr was given.  */
91  
92 +  char **inputs ; /**< @brief unamed options (options without names) */
93 +  unsigned inputs_num ; /**< @brief unamed options number */
94    int dynamicProps_group_counter; /**< @brief Counter for group dynamicProps */
95   } ;
96  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines