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

Comparing trunk/OOPSE-4/src/applications/dump2Xyz/Dump2XYZCmd.h (file contents):
Revision 2099 by tim, Wed Mar 9 18:46:16 2005 UTC vs.
Revision 2749 by tim, Wed May 10 01:44:48 2006 UTC

# Line 38 | Line 38 | struct gengetopt_args_info
38    int repeatX_arg;      /* The number of images to repeat in the x direction (default='0').  */
39    int repeatY_arg;      /* The number of images to repeat in the y direction (default='0').  */
40    int repeatZ_arg;      /* The number of images to repeat in the z direction (default='0').  */
41 +  char * gb_arg;        /* Replace the Gay-Berne atom with four linear atoms.  */
42 +  int basetype_flag;    /* Convert to base atom type (default=off).  */
43  
44    int help_given ;      /* Whether help was given.  */
45    int version_given ;   /* Whether version was given.  */
# Line 55 | Line 57 | struct gengetopt_args_info
57    int repeatX_given ;   /* Whether repeatX was given.  */
58    int repeatY_given ;   /* Whether repeatY was given.  */
59    int repeatZ_given ;   /* Whether repeatZ was given.  */
60 +  int gb_given ;        /* Whether gb was given.  */
61 +  int basetype_given ;  /* Whether basetype was given.  */
62  
63   } ;
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines