diff options
author | Thomas White <taw@physics.org> | 2010-02-26 19:01:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-26 19:01:52 +0100 |
commit | d9d216421ce1a6e692cbd06e7b1aab02d26faf84 (patch) | |
tree | 10331f707b3ab69e7e599d011843afabee4ffe15 | |
parent | a6d2c91c8decaee0fef257dad2ae97514608b6f1 (diff) |
Estimated crystal size for best estimate of signal levels
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index b793f4e4..5033b73c 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -245,7 +245,7 @@ int main(int argc, char *argv[]) image.molecule); } get_diffraction_gpu(gctx, &image, - 8, 8, 8); + 24, 24, 40); } else { get_diffraction(&image, 8, 8, 8, 0, 0); } |