diff options
author | Thomas White <taw@physics.org> | 2013-02-09 17:36:07 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 17:36:07 -0800 |
commit | be496cfe14dad210a5b32f387e75b6e2f01ce7a3 (patch) | |
tree | 200bbf57db88d8e35014399d813b188bf4776d88 /src/im-sandbox.c | |
parent | 5a98496730bbbee2bd5e6da6eff416bd9c8c051f (diff) |
Rework indexamajig option processing
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 7494a527..cefdeeb9 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -344,7 +344,7 @@ static void process_image(const struct index_args *iargs, iargs->res_cutoff); write_chunk(st, &image, hdfile, - iargs->include_peaks, iargs->include_reflections); + iargs->stream_peaks, iargs->stream_refls); for ( i=0; i<image.n_crystals; i++ ) { crystal_free(image.crystals[i]); |