aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-07-01 18:10:24 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:31 +0100
commitf249b77f9d3110381b729adca8c061f9fa00d09a (patch)
tree2447e0f8c6ee5129db75efcb8db030100de08630 /src/partialator.c
parent0ec021f6e448c7341e1fb0959a9acc3cb8bd6f9a (diff)
Remove anything which deletes a reflection or optimises a RefList
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index ae13f147..101fe29f 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -350,7 +350,6 @@ int main(int argc, char *argv[])
/* This is the raw list of reflections */
as = asymmetric_indices(images[n_usable_patterns].reflections,
sym);
- optimise_reflist(as);
reflist_free(images[n_usable_patterns].reflections);
images[n_usable_patterns].reflections = as;