diff options
author | Thomas White <taw@physics.org> | 2015-06-16 17:52:06 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-16 17:52:06 +0200 |
commit | 031a4d37cf355fd72a991dbd1167c8e492011730 (patch) | |
tree | e5afd3661d057dd183895fba352ee927f24cf441 /src/partialator.c | |
parent | 8d1af638f127095c4760030baad92a6ca2da7411 (diff) |
partialator: Fix rejection bugs
Diffstat (limited to 'src/partialator.c')
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c index d5e1aef5..9156536c 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -748,7 +748,7 @@ int main(int argc, char *argv[]) /* Make a first pass at cutting out crap */ STATUS("Checking patterns.\n"); - early_rejection(crystals, n_crystals); + //early_rejection(crystals, n_crystals); /* Make initial estimates */ full = merge_intensities(crystals, n_crystals, nthreads, pmodel, |