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 2240 by tim, Thu May 26 22:45:00 2005 UTC

# Line 32 | Line 32 | struct gengetopt_args_info
32    int zconstraint_flag; /* replace the atom types of zconstraint molecules (default=off).  */
33    int rigidbody_flag;   /* add a pseudo COM atom to rigidbody (default=off).  */
34    int watertype_flag;   /* replace the atom type of water model (default=on).  */
35 +  int basetype_flag;    /* using base atom type (default=off).  */
36    char * selection_arg; /* general selection syntax.  */
37    char * originsele_arg;        /* select origin.  */
38    char * refsele_arg;   /* select reference.  */
# Line 49 | Line 50 | struct gengetopt_args_info
50    int zconstraint_given ;       /* Whether zconstraint was given.  */
51    int rigidbody_given ; /* Whether rigidbody was given.  */
52    int watertype_given ; /* Whether watertype was given.  */
53 +  int basetype_given ;  /* Whether basetype was given.  */
54    int selection_given ; /* Whether selection was given.  */
55    int originsele_given ;        /* Whether originsele was given.  */
56    int refsele_given ;   /* Whether refsele was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines