aboutsummaryrefslogtreecommitdiff
path: root/src/symmetry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-12 17:25:42 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commit3c38652002e2793e5e6fc8115290a701fae9bb48 (patch)
tree6d776eb6299ede1e981a7e18317aaacfa1c305cd /src/symmetry.h
parentd8f0c73f2ae0bc28a14a35023e54ad58d0a8f7ce (diff)
Add coset decomposition and twinning stuff
Diffstat (limited to 'src/symmetry.h')
-rw-r--r--src/symmetry.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/symmetry.h b/src/symmetry.h
index ebe123c9..52dd387d 100644
--- a/src/symmetry.h
+++ b/src/symmetry.h
@@ -29,5 +29,11 @@ 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_twins(signed int h, signed int k, signed int l,
+ signed int *hp, signed int *kp, signed int *lp,
+ const char *sym, int idx);
+
#endif /* SYMMETRY_H */