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 1975 by tim, Fri Feb 4 22:43:54 2005 UTC vs.
Revision 2240 by tim, Thu May 26 22:45:00 2005 UTC

# Line 1 | Line 1
1 < /* cmdline.h */
1 > /* Dump2XYZCmd.h */
2  
3   /* File autogenerated by gengetopt version 2.11  */
4  
5 < #ifndef CMDLINE_H
6 < #define CMDLINE_H
5 > #ifndef DUMP2XYZCMD_H
6 > #define DUMP2XYZCMD_H
7  
8   /* If we use autoconf.  */
9   #ifdef HAVE_CONFIG_H
# 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).  */
35 <  char ** ignore_arg;   /* ignore the atom types.  */
36 <  char * selection_arg; /* general selection syntax(now only support select atoms within a specified range).  */
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.  */
39    int repeatX_arg;      /* The number of images to repeat in the x direction (default='0').  */
40    int repeatY_arg;      /* The number of images to repeat in the y direction (default='0').  */
41    int repeatZ_arg;      /* The number of images to repeat in the z direction (default='0').  */
# Line 44 | Line 45 | struct gengetopt_args_info
45    int input_given ;     /* Whether input was given.  */
46    int output_given ;    /* Whether output was given.  */
47    int frame_given ;     /* Whether frame was given.  */
47  int dipole_given ;    /* Whether dipole was given.  */
48    int water_given ;     /* Whether water was given.  */
49    int periodicBox_given ;       /* Whether periodicBox was given.  */
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 ignore_given ;    /* Whether ignore 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.  */
57    int repeatX_given ;   /* Whether repeatX was given.  */
58    int repeatY_given ;   /* Whether repeatY was given.  */
59    int repeatZ_given ;   /* Whether repeatZ was given.  */
# Line 66 | Line 68 | void cmdline_parser_print_version(void);
68   #ifdef __cplusplus
69   }
70   #endif /* __cplusplus */
71 < #endif /* CMDLINE_H */
71 > #endif /* DUMP2XYZCMD_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines