diff options
author | Thomas White <taw@physics.org> | 2010-11-17 13:47:32 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:06 +0100 |
commit | a4d0acc0059c55ed1c42ef8bf3f410897bede542 (patch) | |
tree | 01d620b31b18d891c0b79aca4b06cf54fc7cbcb0 /src/get_hkl.c | |
parent | 757b17f432be24c47fed65a2dd569fc153535ff7 (diff) |
process_hkl: Implement Rick's ESD calculation
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); |