aboutsummaryrefslogtreecommitdiff
path: root/src/symmetry.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-11-11 17:36:48 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:05 +0100
commit74cfb2b2bf47bbdf15b694b62399811ad641e2b1 (patch)
treeec1a54cbaece002d6cb141fad970ffedb6fea82e /src/symmetry.h
parent30012bfefa8c388c86b1fe0078fc3665798cfcc8 (diff)
process_hkl: Take input ("apparent") symmetry on command line
Diffstat (limited to 'src/symmetry.h')
-rw-r--r--src/symmetry.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/symmetry.h b/src/symmetry.h
index c338da49..fc1dcaae 100644
--- a/src/symmetry.h
+++ b/src/symmetry.h
@@ -35,8 +35,6 @@ 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 const char *get_holohedral(const char *sym);
-
extern ReflItemList *get_twins(ReflItemList *items,
const char *holo, const char *mero);