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 2053 by tim, Fri Feb 18 23:07:32 2005 UTC vs.
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC

# Line 27 | Line 27 | struct gengetopt_args_info
27    char * input_arg;     /* input dump file.  */
28    char * output_arg;    /* output file name.  */
29    int frame_arg;        /* print every n frame (default='1').  */
30  int dipole_flag;      /* print the dipole moments (default=off).  */
30    int water_flag;       /* skip the the waters (default=off).  */
31    int periodicBox_flag; /* map to the periodic box (default=off).  */
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).  */
36  char ** ignore_arg;   /* ignore the atom types.  */
35    char * selection_arg; /* general selection syntax(now only support select atoms within a specified range).  */
36    char * originsele_arg;        /* select origin.  */
37    char * refsele_arg;   /* select reference.  */
# Line 46 | Line 44 | struct gengetopt_args_info
44    int input_given ;     /* Whether input was given.  */
45    int output_given ;    /* Whether output was given.  */
46    int frame_given ;     /* Whether frame was given.  */
49  int dipole_given ;    /* Whether dipole was given.  */
47    int water_given ;     /* Whether water was given.  */
48    int periodicBox_given ;       /* Whether periodicBox was given.  */
49    int zconstraint_given ;       /* Whether zconstraint was given.  */
50    int rigidbody_given ; /* Whether rigidbody was given.  */
51    int watertype_given ; /* Whether watertype was given.  */
55  int ignore_given ;    /* Whether ignore was given.  */
52    int selection_given ; /* Whether selection was given.  */
53    int originsele_given ;        /* Whether originsele was given.  */
54    int refsele_given ;   /* Whether refsele was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines