diff options
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r-- | src/get_hkl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c index 8a8a71c2..7fb14f7e 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -429,8 +429,8 @@ int main(int argc, char *argv[]) adu_per_photon = beam->adu_per_photon; } - write_reflections(output, write_items, ideal_ref, phases, NULL, cell, - adu_per_photon); + write_reflections(output, write_items, ideal_ref, NULL, phases, + NULL, cell); delete_items(input_items); delete_items(write_items); |