diff options
author | Thomas White <taw@physics.org> | 2011-05-02 16:09:12 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:25 +0100 |
commit | 31851dfe017e89ebcf00c89ea4c3a0f12f7e86a6 (patch) | |
tree | 11019bd16952189f60085beca1eecfdb748a573e /src/reflist-utils.h | |
parent | 0b87230e52bf5c99366651a0cbafa07d212be4a7 (diff) |
Get rid of "image.raw_reflections"
Diffstat (limited to 'src/reflist-utils.h')
-rw-r--r-- | src/reflist-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reflist-utils.h b/src/reflist-utils.h index 2efa3a76..775e375a 100644 --- a/src/reflist-utils.h +++ b/src/reflist-utils.h @@ -41,7 +41,6 @@ extern int find_equiv_in_list(RefList *list, signed int h, signed int k, signed int l, const char *sym, signed int *hu, signed int *ku, signed int *lu); -extern RefList *asymmetric_indices(RefList *in, const char *sym, - ReflItemList *obs); +extern RefList *asymmetric_indices(RefList *in, const char *sym); #endif /* REFLIST_UTILS_H */ |