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 2023 by gezelter, Sun Jun 1 19:28:44 2014 UTC vs.
Revision 2024 by gezelter, Thu Oct 16 19:13:51 2014 UTC

# Line 63 | Line 63 | struct gengetopt_args_info
63    const char *selecorr_help; /**< @brief selection correlation function help description.  */
64    const char *rcorr_help; /**< @brief rmsd help description.  */
65    const char *vcorr_help; /**< @brief velocity correlation function help description.  */
66 +  const char *vcorrZ_help; /**< @brief velocity correlation function along z-axis help description.  */
67 +  const char *vcorrR_help; /**< @brief velocity correlation function projected radially help description.  */
68    const char *dcorr_help; /**< @brief dipole correlation function help description.  */
69    const char *lcorr_help; /**< @brief Lengendre correlation function help description.  */
70    const char *lcorrZ_help; /**< @brief Lengendre correlation function binned by Z help description.  */
# Line 89 | Line 91 | struct gengetopt_args_info
91    unsigned int selecorr_given ; /**< @brief Whether selecorr was given.  */
92    unsigned int rcorr_given ;    /**< @brief Whether rcorr was given.  */
93    unsigned int vcorr_given ;    /**< @brief Whether vcorr was given.  */
94 +  unsigned int vcorrZ_given ;   /**< @brief Whether vcorrZ was given.  */
95 +  unsigned int vcorrR_given ;   /**< @brief Whether vcorrR was given.  */
96    unsigned int dcorr_given ;    /**< @brief Whether dcorr was given.  */
97    unsigned int lcorr_given ;    /**< @brief Whether lcorr was given.  */
98    unsigned int lcorrZ_given ;   /**< @brief Whether lcorrZ was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines