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 2053 by tim, Fri Feb 18 23:07:32 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 35 | Line 35 | struct gengetopt_args_info
35    int watertype_flag;   /* replace the atom type of water model (default=on).  */
36    char ** ignore_arg;   /* ignore the atom types.  */
37    char * selection_arg; /* general selection syntax(now only support select atoms within a specified range).  */
38 +  char * originsele_arg;        /* select origin.  */
39 +  char * refsele_arg;   /* select reference.  */
40    int repeatX_arg;      /* The number of images to repeat in the x direction (default='0').  */
41    int repeatY_arg;      /* The number of images to repeat in the y direction (default='0').  */
42    int repeatZ_arg;      /* The number of images to repeat in the z direction (default='0').  */
# Line 52 | Line 54 | struct gengetopt_args_info
54    int watertype_given ; /* Whether watertype was given.  */
55    int ignore_given ;    /* Whether ignore was given.  */
56    int selection_given ; /* Whether selection was given.  */
57 +  int originsele_given ;        /* Whether originsele was given.  */
58 +  int refsele_given ;   /* Whether refsele was given.  */
59    int repeatX_given ;   /* Whether repeatX was given.  */
60    int repeatY_given ;   /* Whether repeatY was given.  */
61    int repeatZ_given ;   /* Whether repeatZ was given.  */
# Line 66 | Line 70 | void cmdline_parser_print_version(void);
70   #ifdef __cplusplus
71   }
72   #endif /* __cplusplus */
73 < #endif /* CMDLINE_H */
73 > #endif /* DUMP2XYZCMD_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines