ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/sequentialProps/SequentialPropsCmd.h
(Generate patch)

Comparing trunk/src/applications/sequentialProps/SequentialPropsCmd.h (file contents):
Revision 2038 by gezelter, Tue Nov 4 15:31:51 2014 UTC vs.
Revision 2039 by gezelter, Thu Nov 6 14:31:32 2014 UTC

# Line 66 | Line 66 | struct gengetopt_args_info
66    double threshDens_arg;        /**< @brief Threshold Density in g/cm^3.  */
67    char * threshDens_orig;       /**< @brief Threshold Density in g/cm^3 original value given at command line.  */
68    const char *threshDens_help; /**< @brief Threshold Density in g/cm^3 help description.  */
69 +  double bufferLength_arg;      /**< @brief Buffer length in angstroms.  */
70 +  char * bufferLength_orig;     /**< @brief Buffer length in angstroms original value given at command line.  */
71 +  const char *bufferLength_help; /**< @brief Buffer length in angstroms help description.  */
72    const char *com_help; /**< @brief selection center of mass help description.  */
73    const char *ca1_help; /**< @brief contact angle of selection (using center of mass) help description.  */
74    const char *ca2_help; /**< @brief contact angle of selection (using density profile) help description.  */
# Line 81 | Line 84 | struct gengetopt_args_info
84    unsigned int referenceZ_given ;       /**< @brief Whether referenceZ was given.  */
85    unsigned int dropletR_given ; /**< @brief Whether dropletR was given.  */
86    unsigned int threshDens_given ;       /**< @brief Whether threshDens was given.  */
87 +  unsigned int bufferLength_given ;     /**< @brief Whether bufferLength was given.  */
88    unsigned int com_given ;      /**< @brief Whether com was given.  */
89    unsigned int ca1_given ;      /**< @brief Whether ca1 was given.  */
90    unsigned int ca2_given ;      /**< @brief Whether ca2 was given.  */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines