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 1933 by gezelter, Mon Jul 29 17:55:17 2013 UTC vs.
Revision 1934 by gezelter, Mon Aug 26 14:15:09 2013 UTC

# Line 66 | Line 66 | struct gengetopt_args_info
66    const char *dcorr_help; /**< @brief dipole correlation function help description.  */
67    const char *lcorr_help; /**< @brief Lengendre correlation function help description.  */
68    const char *lcorrZ_help; /**< @brief Lengendre correlation function binned by Z help description.  */
69 +  const char *cohZ_help; /**< @brief Lengendre correlation function for OH bond vectors binned by Z help description.  */
70    const char *sdcorr_help; /**< @brief System dipole correlation function help description.  */
71    const char *r_rcorr_help; /**< @brief Radial rmsd help description.  */
72    const char *thetacorr_help; /**< @brief Angular rmsd help description.  */
# Line 89 | Line 90 | struct gengetopt_args_info
90    unsigned int dcorr_given ;    /**< @brief Whether dcorr was given.  */
91    unsigned int lcorr_given ;    /**< @brief Whether lcorr was given.  */
92    unsigned int lcorrZ_given ;   /**< @brief Whether lcorrZ was given.  */
93 +  unsigned int cohZ_given ;     /**< @brief Whether cohZ was given.  */
94    unsigned int sdcorr_given ;   /**< @brief Whether sdcorr was given.  */
95    unsigned int r_rcorr_given ;  /**< @brief Whether r_rcorr was given.  */
96    unsigned int thetacorr_given ;        /**< @brief Whether thetacorr was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines