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

Comparing trunk/src/applications/staticProps/StaticPropsCmd.h (file contents):
Revision 1993 by gezelter, Tue Apr 29 17:32:31 2014 UTC vs.
Revision 1994 by gezelter, Wed Apr 30 18:50:45 2014 UTC

# Line 140 | Line 140 | struct gengetopt_args_info
140    const char *rnemdz_help; /**< @brief slab-resolved RNEMD statistics (temperature, density, velocity) help description.  */
141    const char *rnemdr_help; /**< @brief shell-resolved RNEMD statistics (temperature, density, angular velocity) help description.  */
142    const char *rnemdrt_help; /**< @brief shell and angle-resolved RNEMD statistics (temperature, density, angular velocity) help description.  */
143 <  const char *uFreqMap_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description.  */
143 >  const char *nitrile_help; /**< @brief electrostatic potential to frequency map based on the Cho nitrile fits help description.  */
144    
145    unsigned int help_given ;     /**< @brief Whether help was given.  */
146    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 197 | Line 197 | struct gengetopt_args_info
197    unsigned int rnemdz_given ;   /**< @brief Whether rnemdz was given.  */
198    unsigned int rnemdr_given ;   /**< @brief Whether rnemdr was given.  */
199    unsigned int rnemdrt_given ;  /**< @brief Whether rnemdrt was given.  */
200 <  unsigned int uFreqMap_given ; /**< @brief Whether uFreqMap was given.  */
200 >  unsigned int nitrile_given ;  /**< @brief Whether nitrile was given.  */
201  
202    char **inputs ; /**< @brief unamed options (options without names) */
203    unsigned inputs_num ; /**< @brief unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines