ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilderCmd.h
(Generate patch)

Comparing trunk/OOPSE-3.0/src/applications/nanoRodBuilder/nanorodBuilderCmd.h (file contents):
Revision 2215 by chuckv, Thu Apr 28 00:24:11 2005 UTC vs.
Revision 2218 by chuckv, Tue May 3 17:55:28 2005 UTC

# Line 30 | Line 30 | struct gengetopt_args_info
30    double width_arg;     /* diameter  of nanorod in Angstroms.  */
31    double latticeCnst_arg;       /* lattice spacing in Angstrons for cubic lattice.  */
32    int genGeomview_flag; /* generate a geomview file with the object geometry (default=off).  */
33 +  int twinnedCrystal_flag;      /* generate a twinned crystal nanorod (default=off).  */
34    
35    int help_given ;      /* Whether help was given.  */
36    int version_given ;   /* Whether version was given.  */
# Line 39 | Line 40 | struct gengetopt_args_info
40    int width_given ;     /* Whether width was given.  */
41    int latticeCnst_given ;       /* Whether latticeCnst was given.  */
42    int genGeomview_given ;       /* Whether genGeomview was given.  */
43 +  int twinnedCrystal_given ;    /* Whether twinnedCrystal was given.  */
44  
45    char **inputs ; /* unamed options */
46    unsigned inputs_num ; /* unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines