aboutsummaryrefslogtreecommitdiff
path: root/src/symmetry.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-07-17 20:28:16 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:54 +0100
commit003a1a19a55913633c2e212af840cb4d0390d304 (patch)
tree88f8ddbb0378804395b51806c9dd41803167e6ba /src/symmetry.h
parent84a7190c4bd7893e1bfdd37522a46fb0d085ed5c (diff)
compare_hkl: Take symmetry into account
Diffstat (limited to 'src/symmetry.h')
-rw-r--r--src/symmetry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/symmetry.h b/src/symmetry.h
index 437066ad..bb4ffa60 100644
--- a/src/symmetry.h
+++ b/src/symmetry.h
@@ -40,5 +40,9 @@ extern const char *get_holohedral(const char *sym);
extern ReflItemList *get_twins(ReflItemList *items,
const char *holo, const char *mero);
+extern int find_unique_equiv(ReflItemList *items, signed int h, signed int k,
+ signed int l, const char *mero, signed int *hu,
+ signed int *ku, signed int *lu);
+
#endif /* SYMMETRY_H */