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

Comparing trunk/OOPSE/utils/Dump2XYZCmd.h (file contents):
Revision 1118 by tim, Mon Apr 19 03:52:27 2004 UTC vs.
Revision 1126 by tim, Tue Apr 20 05:39:38 2004 UTC

# Line 30 | Line 30 | struct gengetopt_args_info
30    int dipole_flag;      /* print the dipole moments (default=off).  */
31    int water_flag;       /* skip the the waters (default=off).  */
32    int periodicBox_flag; /* map to the periodic box (default=off).  */
33 <  int replace_flag;     /* replace the atom types of zconstraint molecules (default=off).  */
33 >  int zconstraint_flag; /* replace the atom types of zconstraint molecules (default=off).  */
34 >  int rigidbody_flag;   /* add a pseudo COM atom to rigidbody (default=off).  */
35 >  int watertype_flag;   /* replace the atom type of water model (default=on).  */
36    char ** ignore_arg;   /* ignore the atom types.  */
37    int repeatX_arg;      /* The number of images to repeat in the x direction (default='0').  */
38    int repeatY_arg;      /* The number of images to repeat in the y direction (default='0').  */
# Line 44 | Line 46 | struct gengetopt_args_info
46    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 replace_given ;   /* Whether replace 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.  */
52    int ignore_given ;    /* Whether ignore was given.  */
53    int repeatX_given ;   /* Whether repeatX was given.  */
54    int repeatY_given ;   /* Whether repeatY was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines