| 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 */ |
| 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. */ |
| 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 */ |