| 1 |  | /* randomBuilderCmd.h */ | 
| 2 |  |  | 
| 3 | < | /* File autogenerated by gengetopt version 2.15  */ | 
| 3 | > | /* File autogenerated by gengetopt version 2.16  */ | 
| 4 |  |  | 
| 5 |  | #ifndef RANDOMBUILDERCMD_H | 
| 6 |  | #define RANDOMBUILDERCMD_H | 
| 15 |  | #endif /* __cplusplus */ | 
| 16 |  |  | 
| 17 |  | #ifndef CMDLINE_PARSER_PACKAGE | 
| 18 | < | #define CMDLINE_PARSER_PACKAGE "simpleBuilder" | 
| 18 | > | #define CMDLINE_PARSER_PACKAGE "randomBuilder" | 
| 19 |  | #endif | 
| 20 |  |  | 
| 21 |  | #ifndef CMDLINE_PARSER_VERSION | 
| 26 |  | { | 
| 27 |  | char * output_arg;    /* Output file name.  */ | 
| 28 |  | char * output_orig;   /* Output file name original value given at command line.  */ | 
| 29 | – | char * latticetype_arg;       /* Lattice type string. Valid types are fcc,hcp,bcc and hcp-water. (default='fcc').  */ | 
| 30 | – | char * latticetype_orig;      /* Lattice type string. Valid types are fcc,hcp,bcc and hcp-water. original value given at command line.  */ | 
| 29 |  | double density_arg;   /* density (g/cm^3).  */ | 
| 30 |  | char * density_orig;  /* density (g/cm^3) original value given at command line.  */ | 
| 31 |  | int nx_arg;   /* number of unit cells in x.  */ | 
| 40 |  | int help_given ;      /* Whether help was given.  */ | 
| 41 |  | int version_given ;   /* Whether version was given.  */ | 
| 42 |  | int output_given ;    /* Whether output was given.  */ | 
| 45 | – | int latticetype_given ;       /* Whether latticetype was given.  */ | 
| 43 |  | int density_given ;   /* Whether density was given.  */ | 
| 44 |  | int nx_given ;        /* Whether nx was given.  */ | 
| 45 |  | int ny_given ;        /* Whether ny was given.  */ |