diff options
author | Thomas White <taw@physics.org> | 2011-08-02 15:09:34 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:35 +0100 |
commit | ee25b4c412c3759158eae3153170cb7940aee143 (patch) | |
tree | 13545931778c8f780e773e0f5e8af44d4dd7cddd /src/reflist-utils.h | |
parent | 6a30e47ab458cd89f8aa3ed9b48af719cb936988 (diff) |
Simplify render_hkl --zone-axis
Diffstat (limited to 'src/reflist-utils.h')
-rw-r--r-- | src/reflist-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/reflist-utils.h b/src/reflist-utils.h index 59aa6172..d14e5f8e 100644 --- a/src/reflist-utils.h +++ b/src/reflist-utils.h @@ -44,4 +44,9 @@ extern int find_equiv_in_list(RefList *list, signed int h, signed int k, extern RefList *asymmetric_indices(RefList *in, const SymOpList *sym); +extern void resolution_limits(RefList *list, UnitCell *cell, + double *rmin, double *rmax); + +extern double max_intensity(RefList *list); + #endif /* REFLIST_UTILS_H */ |