From be496cfe14dad210a5b32f387e75b6e2f01ce7a3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 9 Feb 2013 17:36:07 -0800 Subject: Rework indexamajig option processing --- src/im-sandbox.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/im-sandbox.h') 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; }; -- cgit v1.2.3