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

Comparing trunk/src/applications/dump2Xyz/Dump2XYZCmd.h (file contents):
Revision 1878 by gezelter, Wed Aug 22 02:28:28 2012 UTC vs.
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC

# Line 31 | Line 31 | extern "C" {
31  
32   #ifndef CMDLINE_PARSER_VERSION
33   /** @brief the program version */
34 < #define CMDLINE_PARSER_VERSION "0.99"
34 > #define CMDLINE_PARSER_VERSION "1.0"
35   #endif
36  
37   /** @brief Where the command line options are stored */
# Line 86 | Line 86 | struct gengetopt_args_info
86    const char *vectors_help; /**< @brief Print vectors (dipoles, etc) in xyz file help description.  */
87    int charges_flag;     /**< @brief Print charges in xyz file (default=off).  */
88    const char *charges_help; /**< @brief Print charges in xyz file help description.  */
89 +  int efield_flag;      /**< @brief Print electric field vector in xyz file (default=off).  */
90 +  const char *efield_help; /**< @brief Print electric field vector in xyz file help description.  */
91    
92    unsigned int help_given ;     /**< @brief Whether help was given.  */
93    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 108 | Line 110 | struct gengetopt_args_info
110    unsigned int forces_given ;   /**< @brief Whether forces was given.  */
111    unsigned int vectors_given ;  /**< @brief Whether vectors was given.  */
112    unsigned int charges_given ;  /**< @brief Whether charges was given.  */
113 +  unsigned int efield_given ;   /**< @brief Whether efield was given.  */
114  
115    char **inputs ; /**< @brief unamed options (options without names) */
116    unsigned inputs_num ; /**< @brief unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines