diff options
author | Thomas White <taw@physics.org> | 2014-12-12 21:01:17 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-12-14 07:17:48 +0100 |
commit | ff74e26ef0dfb7f1584bce67a9d9abf48170eca4 (patch) | |
tree | d10b2f62f7530df4f5a6f6183001f0482dbec99c /src/process_image.c | |
parent | d5f011beac8badef95a65966935d4fc1b320e292 (diff) |
Fussiness
Diffstat (limited to 'src/process_image.c')
-rw-r--r-- | src/process_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.c b/src/process_image.c index 57bc9e3c..6ccd0c9a 100644 --- a/src/process_image.c +++ b/src/process_image.c @@ -180,7 +180,7 @@ void process_image(const struct index_args *iargs, struct pattern_args *pargs, /* Get peaks from HDF5 */ if ( get_peaks(&image, hdfile, iargs->hdf5_peak_path, - iargs->cxidb_hdf5_peaks, pargs->filename_p_e) ) { + iargs->cxi_hdf5_peaks, pargs->filename_p_e) ) { ERROR("Failed to get peaks from HDF5 file.\n"); } if ( !iargs->no_revalidate ) { |