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 1978 by gezelter, Thu Dec 5 18:19:26 2013 UTC vs.
Revision 1979 by gezelter, Sat Apr 5 20:56:01 2014 UTC

# Line 79 | Line 79 | const char *gengetopt_args_info_help[] = {
79    "  -s, --scd                     scd order parameter (either --sele1, --sele2, \n                                  --sele3 are specified or --molname, --begin, \n                                  --end are specified)",
80    "  -d, --density                 density plot",
81    "      --slab_density            slab density",
82 <  "      --p_angle                 p(cos(theta))",
82 >  "      --p_angle                 p(cos(theta)) (--sele1 must be specified, \n                                  --sele2 is optional)",
83    "      --hxy                     hxy",
84    "      --rho_r                   rho of R",
85    "      --angle_r                 angle of R",
# Line 1531 | Line 1531 | cmdline_parser_internal (
1531                goto failure;
1532            
1533            }
1534 <          /* p(cos(theta)).  */
1534 >          /* p(cos(theta)) (--sele1 must be specified, --sele2 is optional).  */
1535            else if (strcmp (long_options[option_index].name, "p_angle") == 0)
1536            {
1537            

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines