1 |
< |
/** @file cmdline.h |
1 |
> |
/** @file DynamicPropsCmd.h |
2 |
|
* @brief The header file for the command line option parser |
3 |
|
* generated by GNU Gengetopt version 2.22.4 |
4 |
|
* http://www.gnu.org/software/gengetopt. |
5 |
|
* DO NOT modify this file, since it can be overwritten |
6 |
|
* @author GNU Gengetopt by Lorenzo Bettini */ |
7 |
|
|
8 |
< |
#ifndef CMDLINE_H |
9 |
< |
#define CMDLINE_H |
8 |
> |
#ifndef DYNAMICPROPSCMD_H |
9 |
> |
#define DYNAMICPROPSCMD_H |
10 |
|
|
11 |
|
/* If we use autoconf. */ |
12 |
|
#ifdef HAVE_CONFIG_H |
54 |
|
int order_arg; /**< @brief Lengendre Polynomial Order. */ |
55 |
|
char * order_orig; /**< @brief Lengendre Polynomial Order original value given at command line. */ |
56 |
|
const char *order_help; /**< @brief Lengendre Polynomial Order help description. */ |
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 *rcorr_help; /**< @brief rmsd help description. */ |
61 |
|
const char *vcorr_help; /**< @brief velocity correlation function help description. */ |
62 |
|
const char *dcorr_help; /**< @brief dipole correlation function help description. */ |
74 |
|
unsigned int sele1_given ; /**< @brief Whether sele1 was given. */ |
75 |
|
unsigned int sele2_given ; /**< @brief Whether sele2 was given. */ |
76 |
|
unsigned int order_given ; /**< @brief Whether order was given. */ |
77 |
+ |
unsigned int memory_given ; /**< @brief Whether memory was given. */ |
78 |
|
unsigned int rcorr_given ; /**< @brief Whether rcorr was given. */ |
79 |
|
unsigned int vcorr_given ; /**< @brief Whether vcorr was given. */ |
80 |
|
unsigned int dcorr_given ; /**< @brief Whether dcorr was given. */ |
85 |
|
unsigned int helfandEcorr_given ; /**< @brief Whether helfandEcorr was given. */ |
86 |
|
unsigned int stresscorr_given ; /**< @brief Whether stresscorr was given. */ |
87 |
|
|
88 |
+ |
char **inputs ; /**< @brief unamed options (options without names) */ |
89 |
+ |
unsigned inputs_num ; /**< @brief unamed options number */ |
90 |
|
int dynamicProps_group_counter; /**< @brief Counter for group dynamicProps */ |
91 |
|
} ; |
92 |
|
|
213 |
|
#ifdef __cplusplus |
214 |
|
} |
215 |
|
#endif /* __cplusplus */ |
216 |
< |
#endif /* CMDLINE_H */ |
216 |
> |
#endif /* DYNAMICPROPSCMD_H */ |