diff options
author | Thomas White <taw@physics.org> | 2013-01-04 17:32:24 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-04 17:32:24 +0100 |
commit | 10a8969c10ac739aa2aa3de826f6bf2aa9940262 (patch) | |
tree | 823e83bf53aa31d94079b37065b09ae73bf057ba /libcrystfel/src/reflist-utils.c | |
parent | b227f195cd8e3dfeae0212b1de7bdcb5a6fc837a (diff) |
Tidy up documentation
Diffstat (limited to 'libcrystfel/src/reflist-utils.c')
-rw-r--r-- | libcrystfel/src/reflist-utils.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c index f2292929..04096ae4 100644 --- a/libcrystfel/src/reflist-utils.c +++ b/libcrystfel/src/reflist-utils.c @@ -437,6 +437,9 @@ double max_intensity(RefList *list) /** * res_cutoff: * @list: A %RefList + * @cell: A %UnitCell with which to calculate 1/d values for @list + * @min: Minimum acceptable value of 1/d + * @max: Maximum acceptable value of 1/d * * Applies a resolution cutoff to @list, returning the new version and freeing * the old version. |