--- trunk/OOPSE/utils/Dump2XYZCmd.h 2004/04/19 03:52:27 1118 +++ trunk/OOPSE/utils/Dump2XYZCmd.h 2004/04/20 05:39:38 1126 @@ -30,7 +30,9 @@ struct gengetopt_args_info int dipole_flag; /* print the dipole moments (default=off). */ int water_flag; /* skip the the waters (default=off). */ int periodicBox_flag; /* map to the periodic box (default=off). */ - int replace_flag; /* replace the atom types of zconstraint molecules (default=off). */ + int zconstraint_flag; /* replace the atom types of zconstraint molecules (default=off). */ + int rigidbody_flag; /* add a pseudo COM atom to rigidbody (default=off). */ + int watertype_flag; /* replace the atom type of water model (default=on). */ char ** ignore_arg; /* ignore the atom types. */ int repeatX_arg; /* The number of images to repeat in the x direction (default='0'). */ int repeatY_arg; /* The number of images to repeat in the y direction (default='0'). */ @@ -44,7 +46,9 @@ struct gengetopt_args_info int dipole_given ; /* Whether dipole was given. */ int water_given ; /* Whether water was given. */ int periodicBox_given ; /* Whether periodicBox was given. */ - int replace_given ; /* Whether replace was given. */ + int zconstraint_given ; /* Whether zconstraint was given. */ + int rigidbody_given ; /* Whether rigidbody was given. */ + int watertype_given ; /* Whether watertype was given. */ int ignore_given ; /* Whether ignore was given. */ int repeatX_given ; /* Whether repeatX was given. */ int repeatY_given ; /* Whether repeatY was given. */