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.h | |
parent | 5a98496730bbbee2bd5e6da6eff416bd9c8c051f (diff) |
Rework indexamajig option processing
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 80ffc0ad..f7951c04 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -61,16 +61,16 @@ struct index_args struct beam_params *beam; char *element; char *hdf5_peak_path; - double ir_inn; - double ir_mid; - double ir_out; + float ir_inn; + float ir_mid; + float ir_out; struct copy_hdf5_field *copyme; int integrate_saturated; int use_saturated; int no_revalidate; int integrate_found; - int include_peaks; - int include_reflections; + int stream_peaks; + int stream_refls; int res_cutoff; }; |