aboutsummaryrefslogtreecommitdiff
path: root/src/symmetry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-13 11:57:21 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commit5d0cae2baa9a7e09dd54b144cc503feac730794a (patch)
tree65b4bebe136811b78efd549484217b14eddca877 /src/symmetry.h
parent3c38652002e2793e5e6fc8115290a701fae9bb48 (diff)
Simplify symmetry and twinning quite a lot
Diffstat (limited to 'src/symmetry.h')
-rw-r--r--src/symmetry.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/symmetry.h b/src/symmetry.h
index 52dd387d..0ae01e53 100644
--- a/src/symmetry.h
+++ b/src/symmetry.h
@@ -29,11 +29,13 @@ extern void get_equiv(signed int h, signed int k, signed int l,
signed int *he, signed int *ke, signed int *le,
const char *sym, int idx);
-extern int num_twins(signed int h, signed int k, signed int l, const char *sym);
+extern void get_general_equiv(signed int h, signed int k, signed int l,
+ signed int *he, signed int *ke, signed int *le,
+ const char *sym, int idx);
-extern void get_twins(signed int h, signed int k, signed int l,
- signed int *hp, signed int *kp, signed int *lp,
- const char *sym, int idx);
+extern const char *get_holohedral(const char *sym);
+
+extern ReflItemList *get_twins(ReflItemList *items, const char *sym);
#endif /* SYMMETRY_H */