ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-1.0/utils/sysbuilder/simpleBuilderCmd.h
(Generate patch)

Comparing trunk/OOPSE-1.0/utils/sysbuilder/simpleBuilderCmd.h (file contents):
Revision 1432 by tim, Thu Jul 29 03:31:50 2004 UTC vs.
Revision 1436 by tim, Thu Jul 29 19:12:00 2004 UTC

# Line 26 | Line 26 | struct gengetopt_args_info
26   {
27    char * output_arg;    /* Output file name.  */
28    char * latticetype_arg;       /* Lattice type string. Valid types are fcc,hcp,bcc and hcp-water. (default='fcc').  */
29 <  double density_arg;   /* density g/cm^3.  */
30 <  double ndensity_arg;  /* number density.  */
29 >  double density_arg;   /* density (g/cm^3).  */
30    int nx_arg;   /* number of unit cells in x.  */
31    int ny_arg;   /* number of unit cells in y.  */
32    int nz_arg;   /* number of unit cells in z.  */
# Line 37 | Line 36 | struct gengetopt_args_info
36    int output_given ;    /* Whether output was given.  */
37    int latticetype_given ;       /* Whether latticetype was given.  */
38    int density_given ;   /* Whether density was given.  */
40  int ndensity_given ;  /* Whether ndensity was given.  */
39    int nx_given ;        /* Whether nx was given.  */
40    int ny_given ;        /* Whether ny was given.  */
41    int nz_given ;        /* Whether nz was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines