diff options
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; }; |