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

Comparing trunk/src/applications/randomBuilder/randomBuilderCmd.h (file contents):
Revision 1062 by gezelter, Tue Oct 10 02:44:13 2006 UTC vs.
Revision 1067 by gezelter, Tue Oct 10 18:34:12 2006 UTC

# Line 26 | Line 26 | struct gengetopt_args_info
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.  */
# Line 42 | Line 40 | struct gengetopt_args_info
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.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines