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