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 1999 by gezelter, Sat May 31 21:00:46 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 >  const char *multipole_help; /**< @brief average multipole moments contained within cutoff spheres as a function of radius help description.  */
145    
146    unsigned int help_given ;     /**< @brief Whether help was given.  */
147    unsigned int version_given ;  /**< @brief Whether version was given.  */
# Line 197 | Line 198 | struct gengetopt_args_info
198    unsigned int rnemdz_given ;   /**< @brief Whether rnemdz was given.  */
199    unsigned int rnemdr_given ;   /**< @brief Whether rnemdr was given.  */
200    unsigned int rnemdrt_given ;  /**< @brief Whether rnemdrt was given.  */
201 <  unsigned int uFreqMap_given ; /**< @brief Whether uFreqMap was given.  */
201 >  unsigned int nitrile_given ;  /**< @brief Whether nitrile was given.  */
202 >  unsigned int multipole_given ;        /**< @brief Whether multipole was given.  */
203  
204    char **inputs ; /**< @brief unamed options (options without names) */
205    unsigned inputs_num ; /**< @brief unamed options number */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines