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

Comparing trunk/src/applications/staticProps/StaticPropsCmd.cpp (file contents):
Revision 1998 by gezelter, Fri May 30 19:48:35 2014 UTC vs.
Revision 1999 by gezelter, Sat May 31 21:00:46 2014 UTC

# Line 93 | Line 93 | const char *gengetopt_args_info_help[] = {
93    "      --rnemdr                  shell-resolved RNEMD statistics (temperature, \n                                  density, angular velocity)",
94    "      --rnemdrt                 shell and angle-resolved RNEMD statistics \n                                  (temperature, density, angular velocity)",
95    "      --nitrile                 electrostatic potential to frequency map based \n                                  on the Cho nitrile fits",
96 <  "  -m, --multipole               average multipole moment contained within a \n                                  cutoff sphere",
96 >  "  -m, --multipole               average multipole moments contained within \n                                  cutoff spheres as a function of radius",
97      0
98   };
99  
# Line 1141 | Line 1141 | cmdline_parser_internal (
1141              goto failure;
1142          
1143            break;
1144 <        case 'm':       /* average multipole moment contained within a cutoff sphere.  */
1144 >        case 'm':       /* average multipole moments contained within cutoff spheres as a function of radius.  */
1145          
1146            if (args_info->staticProps_group_counter && override)
1147              reset_group_staticProps (args_info);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines