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 1615 by gezelter, Fri Aug 26 17:55:44 2011 UTC vs.
Revision 1811 by gezelter, Fri Nov 16 15:12:21 2012 UTC

# Line 57 | Line 57 | struct gengetopt_args_info
57    char * memory_arg;    /**< @brief Available memory (defaults to 2G) (default='2G').  */
58    char * memory_orig;   /**< @brief Available memory (defaults to 2G) original value given at command line.  */
59    const char *memory_help; /**< @brief Available memory (defaults to 2G) help description.  */
60 +  const char *selecorr_help; /**< @brief selection correlation function help description.  */
61    const char *rcorr_help; /**< @brief rmsd help description.  */
62    const char *vcorr_help; /**< @brief velocity correlation function help description.  */
63    const char *dcorr_help; /**< @brief dipole correlation function help description.  */
# Line 77 | Line 78 | struct gengetopt_args_info
78    unsigned int sele2_given ;    /**< @brief Whether sele2 was given.  */
79    unsigned int order_given ;    /**< @brief Whether order was given.  */
80    unsigned int memory_given ;   /**< @brief Whether memory was given.  */
81 +  unsigned int selecorr_given ; /**< @brief Whether selecorr was given.  */
82    unsigned int rcorr_given ;    /**< @brief Whether rcorr was given.  */
83    unsigned int vcorr_given ;    /**< @brief Whether vcorr was given.  */
84    unsigned int dcorr_given ;    /**< @brief Whether dcorr was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines