| 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", |
| 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 |
|
|