diff options
author | Thomas White <taw@physics.org> | 2012-03-09 15:48:23 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-09 15:48:23 +0100 |
commit | 17b4e2c20a69e4c11cf96fc120541674ff4ec704 (patch) | |
tree | 15eaabae432b012e528386e07abfd8f828e7b603 /libcrystfel | |
parent | ad2c84d0a2a5f0eadb831d6b3763aa2e782f4ce7 (diff) |
Fix documentation
Diffstat (limited to 'libcrystfel')
-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 9d3df30e..53ab399a 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 * + * Applies a resolution cutoff to @list, returning the new version and freeing + * the old version. + * * Returns: A new %RefList with resolution cutoff applied **/ RefList *res_cutoff(RefList *list, UnitCell *cell, double min, double max) |